Numerator
IMathFraction.Numerator 属性
分子
public IMathElement Numerator { get; }
示例
示例:
[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
IMathElement numerator = mathFraction.Numerator;
另见
- 接口 IMathElement
- 接口 IMathFraction
- 命名空间 Aspose.Slides.MathText
- 程序集 Aspose.Slides