Check whether value is infinite.
Source position: math.pp line 284
| function IsInfinite( | 
| const d: Single | 
| ):Boolean; overload; | 
| const d: Double | 
| ):Boolean; overload; | 
| const d: Extended | 
| ):Boolean; overload; | 
IsInfinite returns True if the double d contains the infinite value.
| 
 | Check whether value is zero. | |
| 
 | Check whether value is infinite. |