IMathFraction class

IMathFraction class

Specifies the fraction object, consisting of a numerator and denominator separated by a fraction bar. The fraction bar can be horizontal or diagonal, depending on the fraction properties. The fraction object is also used to represent the stack function, which places one element above another, with no fraction bar.

The IMathFraction type exposes the following members:

Properties

PropertyDescription
fraction_typeFraction type
Default: Bar
numeratorNumerator
denominatorDenominator

Examples

Example:

See Also