ToMathArray

IMathElement.ToMathArray method

Puts in a vertical array

public IMathArray ToMathArray()

Return Value

New instance of type IMathArray

Examples

Example:

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

See Also