ToMathArray

MathBlock.ToMathArray-Methode

Stellt Kind-Elemente in einem vertikalen Array dar

public override IMathArray ToMathArray()

Rückgabewert

Neue Instanz des Typs IMathArray

Beispiele

Beispiel:

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

Siehe auch