Numerator

IMathFraction.Numerator property

Numerator

public IMathElement Numerator { get; }

Examples

Example:

[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
IMathElement numerator = mathFraction.Numerator;

See Also