ToMathArray

IMathElement.ToMathArray method

Pone en un arreglo vertical

public IMathArray ToMathArray()

Return Value

Nueva instancia de tipo IMathArray

Examples

Ejemplo:

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

See Also