Array Math.Min Index Method
Returns the index of the smallest element in an array.
Definition
Namespace: Extreme.Mathematics
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
C#
The value of the smallest element in array.
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
public static int MinIndex(
this double[] array
)
Parameters
Return Value
Int32The value of the smallest element in array.