Numerator
IMathFraction.Numerator-Eigenschaft
Numerator
public IMathElement Numerator { get; }
Beispiele
Beispiel:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
IMathElement numerator = mathFraction.Numerator;
Siehe auch
- Schnittstelle IMathElement
- Schnittstelle IMathFraction
- Namespace Aspose.Slides.MathText
- Assembly Aspose.Slides