Serializable representation of a Percent.

Hierarchy

Implements

Constructors

Properties

denominator: JSBI
isFraction: true = true

This boolean checks to see if this is actually a Fraction.

isPercent: true = true

This boolean prevents a fraction from being interpreted as a Percent

numerator: JSBI
ONE: Percent = ...

1%

ONE_HUNDRED: Percent = ...

100% (1/1)

ZERO: Percent = ...

Zero percent.

Accessors

Methods

Generated using TypeDoc