TSingleHelper : Method overview By inheritance
TSingleHelper
Member | Visibility | Description |
---|---|---|
BuildUp | public | Build a single-sized floating point from its composing parts |
Exponent | public | Exponent of the floating-point value |
Fraction | public | Fraction of the floating-point value |
IsInfinity | public | Check whether a value is positive or negative infinity. |
IsNan | public | Check whether a value equals NaN. |
IsNegativeInfinity | public | Check whether a value is negative infinity. |
IsPositiveInfinity | public | Check whether a value is positive infinity. |
Mantissa | public | Mantissa of the floating-point |
Parse | public | Convert a string to a floating point value |
Size | public | Size (in bytes) of a single-sized floating point value. |
SpecialType | public | Return the type of the single-sized floating point value |
ToString | public | Convert a single-sized floating point value to a string |
TryParse | public | Try to convert a string to a single-sized floating point value. |