MathFractionFactory

MathFractionFactory class

Permet de créer une fraction mathématique

public class MathFractionFactory : IMathFractionFactory

Constructors

NameDescription
MathFractionFactory()Le constructeur par défaut.

Methods

NameDescription
CreateMathFraction(IMathElement, IMathElement)Crée une fraction mathématique
CreateMathFraction(IMathElement, IMathElement, MathFractionTypes)Crée une fraction mathématique

Remarks

Pour la compatibilité COM

See Also