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