Delimit

MathBlock.Delimit method

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

public IMathDelimiter Delimit(char separatorCharacter)
ParamètreTypeDescription
separatorCharacterCharCaractère de séparateur

Valeur de Retour

L’élément mathématique de type IMathDelimiter

Exemples

Exemple:

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

Voir Aussi