FractionType

MathFraction.FractionType property

Type de fraction Par défaut : Bar

public MathFractionTypes FractionType { get; set; }

Exemples

Exemple :

[C#]
IMathFraction mathFraction = new MathematicalText("x").Divide("y");
mathFraction.FractionType = MathFractionTypes.Linear;

Voir également