Delimit

IMathBlock.Delimit method

Délimite tous les éléments enfants avec un caractère séparateur (sans les crochets)

public IMathDelimiter Delimit(char separatorCharacter)
ParamètreTaperLa description
separatorCharacterCharCaractère utilisé comme séparateur

Return_Value

Instance de l’élément IMathDelimiter

Exemples

Exemple :

[C#]
IMathBlock mathBlock = new MathematicalText("x").Join("y");
IMathDelimiter delimiterElement = mathBlock.Delimit('|');

Voir également