DecimalClass

IEEE-754-2008 floating point categories

Values

ValueMeaning
signalingNaN

a signalling NaN represents most of the time an uninitialized variable; a quiet NaN represents the result of an invalid operation

quietNaN

ditto

negativeInfinity

value represents infinity

positiveInfinity

ditto

negativeNormal

value represents a normalized _decimal value

positiveNormal

ditto

negativeSubnormal

value represents a subnormal _decimal value

positiveSubnormal

ditto

negativeZero

value is 0

positiveZero

ditto

Meta