ToMathArray

IMathElement.ToMathArray Methode

Stellt ein vertikal Array bereit

public IMathArray ToMathArray()

Rückgabewert

Neue Instanz vom Typ IMathArray

Beispiele

Beispiel:

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

Siehe auch