Base
MathFunction.Base 属性
函数参数
public IMathElement Base { get; }
示例
示例:
[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement base = func.Base;
函数参数
public IMathElement Base { get; }
示例:
[C#]
IMathFunction func = new MathematicalText("sin").Function("x");
IMathElement base = func.Base;