Unit 'System' Package
[Overview][Constants][Types][Classes][Procedures and functions][Variables][Index] [#rtl]

TFloatSpecial

Special floating point values.

Declaration

Source position: mathh.inc line 152

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.

);

Description

TFloatSpecial enumerates a series of floating point value properties.


Documentation generated on: Jul 24 2023