| Name | Description |
---|
  | AbsoluteMax |
Returns the value of the element in an array that has the largest absolute value.
|
  | AbsoluteMaxIndex |
Returns the index of the element in an array that has the largest absolute value.
|
  | AbsoluteMin |
Returns the value of the element in an array that has the smallest absolute value.
|
  | AbsoluteMinIndex |
Returns the index of the element in an array that has the smallest absolute value.
|
  | AsVectorT(T, ArrayMutability) |
Converts an array to a vector without copying.
|
  | AsVectorT(T, Int32, ArrayMutability) |
Converts an array to a vector without copying.
|
  | Max |
Returns the value of the largest element in an array.
|
  | MaxIndex |
Returns the index of the largest element in an array.
|
  | Min |
Returns the value of the smallest element in an array.
|
  | MinIndex |
Returns the index of the smallest element in an array.
|
  | Sum(Double) |
Computes the sum of the elements of an array.
|
  | Sum(Double, Int32, Int32) |
Computes the sum of the elements in a segment of an array.
|
  | SumT(IEnumerableT) |
Computes the sum of the sequence of values.
|
  | SumT, U(IEnumerableT, FuncT, U) |
Computes the sum of the sequence of values that are obtained
by invoking a transform function on each element of the input sequence.
|
  | SumIf(Double, FuncDouble, Boolean) |
Computes the sum of the elements in an array that satisfy the specified predicate.
|
  | SumIf(Double, FuncDouble, Int32, Boolean) |
Computes the sum of the elements in an array that satisfy the specified predicate.
|
  | ToIndex |
Converts a Index to a regular
0-based index.
|
  | ToRange | |
  | ToSlice | |
  | ToVectorT(T, ArrayMutability) |
Converts an array to a vector with copying.
|
  | ToVectorT(T, Int32, ArrayMutability) |
Converts an array to a vector with copying.
|