System::IsPositiveInfinity method

System::IsPositiveInfinity method

Determines if the specified value represents positive infinity.

template<typename T> bool System::IsPositiveInfinity(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 positive infinity, otherwise - false

See Also