ToMathArray

MathElementBase.ToMathArray method

Pone en una matriz vertical

public virtual IMathArray ToMathArray()

Valor_devuelto

Nueva instancia de tipoIMathArray

Ejemplos

Ejemplo:

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

Ver también