Base

MathFunction.Base property

Function Argument

public IMathElement Base { get; }

Examples

Example:

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

See Also