Vector Methods |
The Vector type exposes the following members.
Name | Description | |
---|---|---|
Add |
Adds a sparse vector to a dense vector.
| |
CopyT |
Creates a shallow copy of the array.
| |
CreateT(T) |
Creates a vector with the given starting values.
| |
CreateT(Int32, T) |
Creates a vector with the given dimension and starting value.
| |
CreateT(Int32, T) |
Creates a vector with the given dimension and starting value.
| |
CreateT(T, Boolean) |
Creates a vector with the given value at the positions where
mask is true, and zero when they are false.
| |
CreateAsT |
Creates a vector with the shape of the given vector.
| |
Divide(SparseDouble, Double, SparseDouble) |
Divides a sparse vector by a scalar.
| |
Divide(SparseDouble, Double, SparseDouble) |
Divides an array of sparse vectors by the associated scalars in a dense vector.
| |
Dot(SparseDouble, SparseDouble) |
Gets the inner product (scalar product) between two vectors (a'*b).
| |
Dot(SparseDouble, Double) |
Gets the inner product (scalar product) between two vectors (a'*b).
| |
EnumerableRange(Byte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Decimal) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int32) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(SByte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Byte, Byte) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Decimal, Decimal) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Double, Double) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Int16, Int16) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Int32, Int32) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Int64, Int64) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(SByte, SByte) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Single, Single) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(UInt16, UInt16) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(UInt64, UInt64) |
Enumerates through a range (like Python's xrange).
| |
EnumerableRange(Byte, Byte, Byte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Byte, Byte, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Byte, Byte, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Decimal, Decimal, Decimal) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, Byte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, Int16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, Int32) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, Int64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, SByte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, UInt16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Double, Double, UInt64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int16, Int16, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int16, Int16, Int16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int16, Int16, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int32, Int32, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int32, Int32, Int32) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int32, Int32, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int64, Int64, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int64, Int64, Int64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Int64, Int64, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(SByte, SByte, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(SByte, SByte, SByte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(SByte, SByte, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, Byte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, Int16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, Int32) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, Int64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, SByte) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, UInt16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(Single, Single, UInt64) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt16, UInt16, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt16, UInt16, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt16, UInt16, UInt16) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt64, UInt64, Double) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt64, UInt64, Single) |
Enumerates through a range (like Python's xrange function).
| |
EnumerableRange(UInt64, UInt64, UInt64) |
Enumerates through a range (like Python's xrange function).
| |
GetIndicesT |
Creates a vector containing every index that can be used to
address a given array, in order.
| |
Histogram(Int32) |
Counts how many times an integer label appears in a vector (i.e. creates
an histogram of integer values assuming possible values start at zero and
go up to the maximum value of in the vector).
| |
Histogram(Int32, Int32) |
Counts how many times an integer label appears in a vector (i.e. creates
an histogram of integer values assuming possible values start at zero and
go up to the value of size).
| |
Histogram(Int32, Int32) |
Counts how many times an integer label appears in a vector (i.e. creates
an histogram of integer values assuming possible values start at zero and
go up to the maximum value of in the vector).
| |
Interval(Byte, Byte) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Decimal, Decimal) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Double, Double) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int16, Int16) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int32, Int32) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int64, Int64) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(SByte, SByte) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Single, Single) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(UInt16, UInt16) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(UInt64, UInt64) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(ByteRange, Double) | Obsolete.
Obsolete. Please use Vector.Range(range, stepSize) instead.
| |
Interval(ByteRange, Int32) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(DoubleRange, Double) | Obsolete.
Obsolete. Please use Vector.Range(range, stepSize) instead.
| |
Interval(DoubleRange, Int32) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(IntRange, Double) | Obsolete.
Obsolete. Please use Vector.Range(range, stepSize) instead.
| |
Interval(IntRange, Int32) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Range, Double) | Obsolete.
Obsolete. Please use Vector.Range(range, stepSize) instead.
| |
Interval(Range, Int32) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Byte, Byte, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Decimal, Decimal, Decimal) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Double, Double, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Int16, Int16, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Int32, Int32, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Int64, Int64, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(SByte, SByte, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Single, Single, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(UInt16, UInt16, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(UInt64, UInt64, Double) | Obsolete.
Obsolete. Please use Vector.Range(a, b, stepSize) instead.
| |
Interval(Byte, Byte, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Decimal, Decimal, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Double, Double, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int16, Int16, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int32, Int32, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Int64, Int64, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(SByte, SByte, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(Single, Single, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(UInt16, UInt16, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
Interval(UInt64, UInt64, Int32, Boolean) |
Creates an interval vector (like NumPy's linspace function).
| |
KHot(Int32, Double) |
Creates a k-hot vector, where all values are zero except for the elements
at the indicated indices, which are set to one.
| |
KHot(Int32, Int32) |
Creates a k-hot vector, where all values are zero except for the elements
at the indicated indices, which are set to one.
| |
KHotT(Boolean) |
Creates a k-hot vector, where all values are zero except for the elements
at the positions where mask is true, which are set to one.
| |
KHotT(Boolean, T) |
Creates a k-hot vector, where all values are zero except for the elements
at the positions where mask is true, which are set to one.
| |
KHotT(Int32, Int32) |
Creates a k-hot vector, where all values are zero except for the elements
at the indicated indices, which are set to one.
| |
KHotT(Int32, T) |
Creates a k-hot vector, where all values are zero except for the elements
at the indicated indices, which are set to one.
| |
OneHot(Int32, Double) |
Creates a one-hot vector, where all values are zero except for the indicated
index, which is set to one.
| |
OneHot(Int32, Int32) |
Creates a one-hot vector, where all values are zero except for the indicated
index, which is set to one.
| |
OneHotT(Boolean) |
Creates a vector with the given value at the positions where
mask is true, and zero when they are false.
| |
OneHotT(Boolean, T) |
Creates a vector with the given value at the positions where
mask is true, and zero when they are false.
| |
OneHotT(Int32, Int32) |
Creates a one-hot vector, where all values are zero except for the indicated
index, which is set to one.
| |
OneHotT(Int32, T) |
Creates a one-hot vector, where all values are zero except for the indicated
index, which is set to one.
| |
Ones(Boolean) |
Creates a vector with ones at the positions where
mask is true, and zero when they
are false.
| |
Ones(Int32) |
Creates a one-valued vector.
| |
OnesT(Boolean) |
Creates a vector with ones at the positions where
mask is true, and zero when they
are false.
| |
OnesT(Int32) |
Creates a zero-valued vector.
| |
Parse(String) |
Converts the string representation of a vector to its
double-precision floating-point number vector equivalent.
| |
Parse(String, IMatrixFormatProvider) |
Converts the string representation of a vector to its
double-precision floating-point number vector equivalent.
| |
Random(Int32) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Byte, Byte) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Decimal, Decimal) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Double, Double) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Int16, Int16) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Int32, Int32) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Int64, Int64) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, SByte, SByte) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, Single, Single) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, UInt16, UInt16) |
Creates a vector with uniformly distributed random data.
| |
Random(Int32, UInt64, UInt64) |
Creates a vector with uniformly distributed random data.
| |
Range(Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Decimal) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int64) |
Creates a range vector (like NumPy's arange function).
| |
Range(SByte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt16) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt64) |
Creates a range vector (like NumPy's arange function).
| |
Range(ByteRange) |
Creates a range vector (like NumPy's arange function).
| |
Range(DoubleRange) |
Creates a range vector (like NumPy's arange function).
| |
Range(IntRange) |
Creates a range vector (like NumPy's arange function).
| |
Range(Range) |
Creates a range vector (like NumPy's arange function).
| |
Range(Byte, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Decimal, Decimal) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int16, Int16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int32, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int64, Int64) |
Creates a range vector (like NumPy's arange function).
| |
Range(SByte, SByte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt16, UInt16) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt64, UInt64) |
Creates a range vector (like NumPy's arange function).
| |
Range(ByteRange, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(ByteRange, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(ByteRange, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(DoubleRange, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(DoubleRange, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(DoubleRange, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(DoubleRange, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(IntRange, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(IntRange, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(IntRange, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Range, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Range, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Range, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Range, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Byte, Byte, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Byte, Byte, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Byte, Byte, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Decimal, Decimal, Decimal) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, Int16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, Int64) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, SByte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, UInt16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Double, Double, UInt64) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int16, Int16, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int16, Int16, Int16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int16, Int16, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int32, Int32, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int32, Int32, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int32, Int32, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int64, Int64, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int64, Int64, Int64) |
Creates a range vector (like NumPy's arange function).
| |
Range(Int64, Int64, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(SByte, SByte, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(SByte, SByte, SByte) |
Creates a range vector (like NumPy's arange function).
| |
Range(SByte, SByte, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, Byte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, Int16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, Int32) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, Int64) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, SByte) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, UInt16) |
Creates a range vector (like NumPy's arange function).
| |
Range(Single, Single, UInt64) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt16, UInt16, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt16, UInt16, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt16, UInt16, UInt16) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt64, UInt64, Double) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt64, UInt64, Single) |
Creates a range vector (like NumPy's arange function).
| |
Range(UInt64, UInt64, UInt64) |
Creates a range vector (like NumPy's arange function).
| |
Sample(Byte) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Decimal) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Double) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int16) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int32) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Int64) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(SByte) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Single) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(UInt16) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(UInt64) |
Returns a vector containing indices (0, 1, 2, ..., n - 1) in random
order. The vector grows up to to size, but does not
include size among its values.
| |
Sample(Double, Byte) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Decimal) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Double) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int16) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int32) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Int64) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, SByte) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, Single) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, UInt16) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Double, UInt64) |
Returns a vector of the specified percentage of the
populationSize containing non-repeating indices in the
range [0, populationSize) in random order.
| |
Sample(Int32, Byte) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Decimal) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Double) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int16) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int32) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Int64) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, SByte) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, Single) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, UInt16) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
Sample(Int32, UInt64) |
Returns a vector of the specified sampleSize containing
non-repeating indices in the range [0, populationSize) in random order.
| |
SampleT(T, Int32) |
Draws a random sample from a group of observations, without repetitions.
| |
Scale(Byte, IRangeByte, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeDouble) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt16) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt32) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt64) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSingle) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, IRangeByte, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, IRangeDouble, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, IRangeInt16, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, IRangeInt32, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, IRangeInt64, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, IRangeSByte, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeByte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeDouble, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeInt64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, IRangeSingle, IRangeSingle, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Double, Double, Double, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Byte, Byte) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Double, Double) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Int16, Int16) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Int32, Int32) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Int64, Int64) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, SByte, SByte) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Single, Single) |
Converts a value from one scale to another scale.
| |
Scale(Single, Single, Single, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Byte, Byte, Byte, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Double, Double, Double, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int16, Int16, Int16, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int32, Int32, Int32, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Int64, Int64, Int64, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(SByte, SByte, SByte, Single, Single, Single) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Byte, Byte, Byte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Double, Double, Double) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int16, Int16, Int16) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int32, Int32, Int32) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Int64, Int64, Int64) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, SByte, SByte, SByte) |
Converts values from one scale to another scale.
| |
Scale(Single, Single, Single, Single, Single, Single) |
Converts values from one scale to another scale.
| |
ShuffleT(IListT) |
Shuffles a collection.
| |
ShuffleT(T) |
Shuffles an array.
| |
ShuffledT(T) |
Shuffles an array.
| |
ShuffledTList, T(TList) |
Shuffles a collection.
| |
SortT(T, Boolean, Boolean) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortT(T, ComparisonT, Boolean, Boolean) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortT(T, Int32, Boolean, ComparerDirection) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortedT(ICollectionT, Boolean) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortedT(T, Boolean, Boolean) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortedT(T, ComparisonT, Boolean) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
SortedT(T, Int32, Boolean, ComparerDirection) |
Sorts the elements of an entire one-dimensional array using the given comparison.
| |
TryParse |
Converts the string representation of a vector to its
double-precision floating-point number vector equivalent.
A return value indicates whether the conversion succeeded or failed.
| |
Zeros(Int32) |
Creates a zero-valued vector.
| |
ZerosT(Int32) |
Creates a zero-valued vector.
|