ToMathArray

MathElementBase.ToMathArray method

Place dans un tableau vertical

public virtual IMathArray ToMathArray()

Return_Value

Nouvelle instance de typeIMathArray

Exemples

Exemple :

[C#]
IMathArray array = new MathematicalText("x1").Join("x2").Join("x3").ToMathArray();

Voir également