Numerator

MathFraction.Numerator property

Zähler

public IMathElement Numerator { get; }

Beispiele

Beispiel:

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

Siehe auch