Delimit

MathBlock.Delimit method

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

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

Return_Value

L’élément mathématique de typeIMathDelimiter

Exemples

Exemple :

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

Voir également