System::IsInfinity method

System::IsInfinity method

Determines if the specified value represents infinity.

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

ReturnValue

True if value represents infinity, otherwise - false

See Also