Metodo System::IsInfinity
System::IsInfinity method
Determina se il valore specificato rappresenta l’infinito.
template<typename T> bool System::IsInfinity(const T &value)
| Parametro | Descrizione |
|---|---|
| T | Il tipo del valore controllato dalla funzione |
| Parametro | Tipo | Descrizione |
|---|---|---|
| valore | const T& | Il valore da controllare |
ReturnValue
Vero se value rappresenta l’infinito, altrimenti - falso
Vedi anche
- Namespace System
- Library Aspose.Font for C++