IsNegativeInfinity()

System::IsNegativeInfinity(const T&) function

Determines if the specified value represents negative infinity.

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

See Also