Computes the minimum of all elements in the array.
Namespace: Extreme.Mathematics.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.17114.0)
public override double Min(
int length,
ArraySlice<double> operand
)
Public Overrides Function Min (
length As Integer,
operand As ArraySlice(Of Double)
) As Double
public:
virtual double Min(
int length,
ArraySlice<double> operand
) override
abstract Min :
length : int *
operand : ArraySlice<float> -> float
override Min :
length : int *
operand : ArraySlice<float> -> float
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceDouble
The array that holds the operands.
Return Value
Type:
DoubleThe minimum of the elements of
operand.
Implements
IArrayFunctionsT, TShape, TArrayMin(TShape, TArray)
Numerical Libraries
Supported in: 6.0, 5.x
Reference