Numerator

MathFraction.Numerator property

Numerador

public IMathElement Numerator { get; }

Ejemplos

Ejemplo:

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

Ver también