Base

Propiedad MathFunction.Base

Argumento de función

public IMathElement Base { get; }

Ejemplos

Ejemplo:

[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement base = func.Base;

Véase También