FloatConsts
object FloatConsts
Properties
Link copied to clipboard
Bit mask to isolate the exponent field of a float.
Link copied to clipboard
Bit mask to isolate the magnitude bits (combined exponent and significand fields) of a float.
Link copied to clipboard
The exponent the smallest positive float subnormal value would have if it could be normalized.
Link copied to clipboard
Bit mask to isolate the sign bit of a float.
Link copied to clipboard
Bit mask to isolate the significand field of a float.
Link copied to clipboard
The number of logical bits in the significand of a float number, including the implicit bit.