| [Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] | 
Special floating point values
Source position: mathh.inc line 135
type TFloatSpecial = (  | 
||
fsZero,  | 
  | 
Zero  | 
fsNZero,  | 
  | 
Negative zero  | 
fsDenormal,  | 
  | 
Denormal value  | 
fsNDenormal,  | 
  | 
Negative enormal value  | 
fsPositive,  | 
  | 
Positive value  | 
fsNegative,  | 
  | 
Negative value  | 
fsInf,  | 
  | 
Infinity  | 
fsNInf,  | 
  | 
Negative infinity  | 
fsNaN,  | 
  | 
Not a number  | 
fsInvalidOp  | 
  | 
Invalid operation  | 
);  | 
TFloatSpecial enumerates a series of floating point value properties.