IMathFunction

IMathFunction interface

Spécifie une fonction d’un argument.

public interface IMathFunction : IMathElement

Propriétés

NomLa description
AsIMathElement { get; }Permet d’obtenir l’interface IMathElement de base IMathElement
Base { get; }Argument de fonction
Name { get; }Function name Par exemple, les noms de fonction sont sin et cos

Exemples

Exemple :

[C#]
IMathFunction sinX = new MathematicalText("sin").Function("x");

Voir également