  | NMathFunctionsMinAbsValue(Int32) Method | 
            Calculates the minimum absolute value in the given data set.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static double MinAbsValue(
	int[] data
)
Public Shared Function MinAbsValue ( 
	data As Integer()
) As Double
public:
static double MinAbsValue(
	array<int>^ data
)
static member MinAbsValue : 
        data : int[] -> float Parameters
- data  Int32
 - An array of integers.
 
Return Value
DoubleAbsolute minimum value.
Exceptions
See Also