System::IsInfinity method
System::IsInfinity method
Determines if the specified value represents infinity.
template<typename T> bool System::IsInfinity(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 infinity, otherwise - false
See Also
- Namespace System
 - Library Aspose.Font for C++