ArrayMath.AbsoluteMaxIndex Method
Returns the index of the element in an array that has the largest absolute value.
DefinitionPermalink
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
C#
The value of the element in array that has the largest absolute value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.0
public static int AbsoluteMaxIndex(
this double[] array
)
ParametersPermalink
Return ValuePermalink
Int32The value of the element in array that has the largest absolute value.