Numerator

MathFraction.Numerator 属性

分子

public IMathElement Numerator { get; }

示例

示例:

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

另请参阅