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
- interface IMathElement
- class MathFraction
- namensraum Aspose.Slides.MathText
- Montage Aspose.Slides