Represents a number instance containing a numeric value.
The primitive numeric value.
Converts the number into a string in exponential notation.
Optional
The number of digits after the decimal point (0-20).
The number represented in exponential notation.
Converts the number into a string in fixed-point notation.
The number of digits after the decimal point (0-20, default: 0).
The number represented in fixed-point notation.
Returns a locale-aware string representation of the number.
The number as a localized string.
Returns the primitive numeric value of the number instance.
Represents a number instance containing a numeric value.