IsInfinity()

System::IsInfinity(const T&) function

Determines if the specified value represents infinity.

template<typename T> bool System::IsInfinity(const T &value)

Template parameters

ParameterDescription
TThe type of the value checked by the function

Arguments

ParameterTypeDescription
valueconst T&The value to check

Return Value

True if value represents infinity, otherwise - false

See Also