TDoubleHelper : Method overview by Name

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