Interface FormatSexagesimalOptions

Options for formatSexagesimal

Hierarchy

  • FormatSexagesimalOptions

Properties

firstSeparator: string

The separator between the first two pieces of the formatted expression

padWhole: number

The number of digits to which to pad the whole number part of the formatted expression

precision: number

The number of places of decimal precision to include in the result.

secondSeparator: string

The separator between the second two pieces of the formatted expression

showPlus: boolean

Whether to show a leading plus if the value is positive

suffix?: string

If given, a suffix appended to the end of the formatted expression

value: number

The numerical value to format

Generated using TypeDoc