IMathFunction

Interface IMathFunction

Spécifie une fonction d’un argument.

public interface IMathFunction : IMathElement

Propriétés

NomDescription
AsIMathElement { get; }Permet d’obtenir l’interface de base IMathElement IMathElement
Base { get; }Argument de la fonction
Name { get; }Nom de la fonction Par exemple, les noms de fonctions sont sin et cos

Exemples

Exemple :

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

Voir Aussi