Array Math.Absolute Max Method
Returns the value of the element in an array that has the largest absolute value.
Definition
Namespace: Numerics.NET
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
C#
The value of the element in array that has the largest absolute value.
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.0.3
public static double AbsoluteMax(
this double[] array
)
Parameters
Return Value
DoubleThe value of the element in array that has the largest absolute value.