Base

MathFunction.Base property

Argumento de función

public IMathElement Base { get; }

Ejemplos

Ejemplo:

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

Ver también