Optional Readonly[designspaceOptional Readonly[normalizedOptional Readonly[userspaceReturns a string containing a number represented in exponential notation.
OptionalfractionDigits: numberNumber of digits after the decimal point. Must be in the range 0 - 20, inclusive.
Returns a string representing a number in fixed-point notation.
OptionalfractionDigits: numberNumber of digits after the decimal point. Must be in the range 0 - 20, inclusive.
Converts a number to a string by using the current or specified locale.
Optionallocales: string | string[]A locale string or array of locale strings that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
Optionaloptions: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Converts a number to a string by using the current or specified locale.
Optionallocales: LocalesArgumentA locale string, array of locale strings, Intl.Locale object, or array of Intl.Locale objects that contain one or more language or locale tags. If you include more than one locale string, list them in descending order of priority so that the first entry is the preferred locale. If you omit this parameter, the default locale of the JavaScript runtime is used.
Optionaloptions: NumberFormatOptionsAn object that contains one or more properties that specify comparison options.
Returns a string containing a number represented either in exponential or fixed-point notation with a specified number of digits.
Optionalprecision: numberNumber of significant digits. Must be in the range 1 - 21, inclusive.
Returns a string representation of an object.
Optionalradix: numberSpecifies a radix for converting numeric values to strings. This value is only used for numbers.
Returns the primitive value of the specified object.
A Coordinate represents a coordinate in a specific coordinate space. This is generic over the coordinate space type parameter T. It is generally more useful to use the type aliases for specific spaces: