System::IsNaN method

System::IsNaN method

Determines if the specified value is Not-A-Number value.

template<typename T> bool System::IsNaN(const T &value)
ParameterDescription
TThe type of the value checked by the function
ParameterTypeDescription
valueconst T&The value to check

ReturnValue

True if value is a NaN value, otherwise - false

See Also