Click or drag to resize

ArrayStatisticsMaximumAbsolute(Single) Method

Returns the largest absolute value from the unsorted data array. Returns NaN if data is empty or any entry is NaN.

Namespace: Altaxo.Calc.Statistics
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3572.0 (4.8.3572.0)
Syntax
C#
public static float MaximumAbsolute(
	float[] data
)

Parameters

data  Single
Sample array, no sorting is assumed.

Return Value

Single
The largest absolute value in the array, or NaN if the array is empty or contains NaN.
See Also