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