Base

MathFunction.Base property

函数参数

public IMathElement Base { get; }

例子

示例:

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

也可以看看