Numerator

MathFraction.Numerator property

分子

public IMathElement Numerator { get; }

例子

示例:

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

也可以看看