Count

MathBlock.Count property

Ruft die Anzahl der untergeordneten mathematischen Elemente ab, die tatsächlich in der Sammlung enthalten sind. SchreibgeschütztInt32 .

public int Count { get; }

Beispiele

Beispiel:

[C#]
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));
int count = mathBlock.Count;

Siehe auch