[Overview][Constants][Types][Classes][Procedures and functions][Index] |
Check whether value is Not a Number
Source position: math.pp line 207
function IsNan( |
const d: Double |
):Boolean; overload; |
IsNan returns True if the double d contains Not A Number (a value which cannot be represented correctly in double format).
|
Check whether value is zero |
|
|
Check whether value is infinite |
lazarus-ccr.sourceforge.net |