Click or drag to resize

NMathFunctionsMaxAbsValue Method

Overload List
 NameDescription
Public methodStatic memberMaxAbsValue(Double) Calculates the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsValue(DoubleComplexVector) Calculates the maximum absolute value of a given vector's elements.
Public methodStatic memberMaxAbsValue(DoubleVector) Calculates the maximum absolute value of a given vector's elements.
Public methodStatic memberMaxAbsValue(FloatComplexVector) Calculates the maximum absolute value of a given vector's elements.
Public methodStatic memberMaxAbsValue(FloatVector) Calculates the maximum absolute value of a given vector's elements.
Public methodStatic memberMaxAbsValue(IDFColumn) Calculates the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsValue(Int32) Calculates the maximum absolute value in the given data set.
Public methodStatic memberMaxAbsValue(DoubleComplexVector, FuncDoubleComplex, Double) Calculates the maximum absolute value of a given vector's elements.
Public methodStatic memberMaxAbsValue(FloatComplexVector, FuncFloatComplex, Single) Calculates the maximum absolute value of a given vector's elements.
Top
See Also