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ètreTypeDescription
separatorCharacterCharCaractère utilisé comme séparateur

Valeur de retour

Instance de l’élément IMathDelimiter

Exemples

Exemple:

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

Voir aussi