Options
All
  • Public
  • Public/Protected
  • All
Menu

The enumeration which decides how a value will be converted to a string.

Index

Enumeration members

Enumeration members

GIVEN

GIVEN:

The format of the user input will be used if possible.

IMPROPER

IMPROPER:

All values will be displayed as an improper fraction if the value is a fraction and the numerator is larger than the denoninator.

see

Value.isFraction

MIXED

MIXED:

All values will be displayed as a mixed fraction if the value is a fraction. A mixed fraction has a whole number followed by a fraction where the numerator is smaller than the denominator.

see

Value.isFraction

NUMBER

NUMBER:

All values will be displayed using their decimal representation.

Legend

  • Module
  • Object literal
  • Variable
  • Function
  • Function with type parameter
  • Index signature
  • Type alias
  • Enumeration
  • Enumeration member
  • Property
  • Method
  • Interface
  • Interface with type parameter
  • Constructor
  • Property
  • Method
  • Index signature
  • Class
  • Class with type parameter
  • Constructor
  • Property
  • Method
  • Accessor
  • Index signature
  • Inherited constructor
  • Inherited property
  • Inherited method
  • Inherited accessor
  • Protected property
  • Protected method
  • Protected accessor
  • Private property
  • Private method
  • Private accessor
  • Static property
  • Static method

Generated using TypeDoc