Computes the minimum of a number and each element of an array.
Namespace: Extreme.Mathematics.Generic.LinearAlgebra.ImplementationAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public virtual void Min(
int length,
ArraySlice<T> operand,
T value,
ArraySlice<T> result
)
Public Overridable Sub Min (
length As Integer,
operand As ArraySlice(Of T),
value As T,
result As ArraySlice(Of T)
)
public:
virtual void Min(
int length,
ArraySlice<T> operand,
T value,
ArraySlice<T> result
)
abstract Min :
length : int *
operand : ArraySlice<'T> *
value : 'T *
result : ArraySlice<'T> -> unit
override Min :
length : int *
operand : ArraySlice<'T> *
value : 'T *
result : ArraySlice<'T> -> unit
Parameters
- length
- Type: SystemInt32
The number of elements in the array. - operand
- Type: Extreme.CollectionsArraySliceT
The array that holds the operands. - value
- Type: T
The number to compare to. - result
- Type: Extreme.CollectionsArraySliceT
The array that holds the results.
Implements
IArrayFunctionsT, TShape, TArrayMin(TShape, TArray, T, TArray)
Numerical Libraries
Supported in: 5.x
Reference