Number with an integer numerator and denominator.

Hierarchy

Implements

Constructors

Properties

denominator: JSBI
isFraction: true = true

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

numerator: JSBI
ONE: Fraction = ...
ZERO: Fraction = ...

Accessors

Methods

  • Returns true if this number (the numerator) is equal to zero and the denominator is non-zero.

    Returns

    Returns boolean

Generated using TypeDoc