Item

Indexeur MathBlock

Obtient ou définit IMathElement à l’index spécifié.

public IMathElement this[int index] { get; set; }  
ParamètreDescription
indexL’index basé sur zéro de l’élément

Valeur de retour

L’élément mathématique.

Exemples

Exemple :

[C#]  
MathBlock mathBlock = new MathBlock(new MathematicalText("x"));  
IMathElement firstElem = mathBlock[0];  

Voir aussi