System::IsNegativeInfinity method
System::IsNegativeInfinity method
Determines if the specified value represents negative infinity.
template<typename T> bool System::IsNegativeInfinity(const T &value)
Parameter | Description |
---|---|
T | The type of the value checked by the function |
Parameter | Type | Description |
---|---|---|
value | const T& | The value to check |
ReturnValue
True if value represents negative infinity, otherwise - false
See Also
- Namespace System
- Library Aspose.TeX for C++