分子
IMathFraction.Numerator 属性
分子
public IMathElement Numerator { get; }
示例
示例:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
IMathElement numerator = mathFraction.Numerator;
参见
- interface IMathElement
- interface IMathFraction
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides