  | NMathFunctionsNaNMaxValue(FloatVector) Method | 
            Calculates the maximum value of the vector elements that are not 
            equal to NaN.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic static float NaNMaxValue(
	FloatVector v
)
Public Shared Function NaNMaxValue ( 
	v As FloatVector
) As Single
public:
static float NaNMaxValue(
	FloatVector^ v
)
static member NaNMaxValue : 
        v : FloatVector -> float32 Parameters
- v  FloatVector
 - A vector.
 
Return Value
SingleThe maximum value of the elements in 
v that are not 
            
NaN.
Exceptions
See Also