IMathFunction

IMathFunction interface

Especifica una función de un argumento.

public interface IMathFunction : IMathElement

Propiedades

NombreDescripción
AsIMathElement { get; }Permite obtener la interfaz base IMathElement IMathElement
Base { get; }Argumento de función
Name { get; }Nombre de la función Por ejemplo, los nombres de las funciones son sin y cos

Ejemplos

Ejemplo:

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

Ver también