Name

MathFunction.Name property

函数名 例如函数名是 sin 和 cos

public IMathElement Name { get; }

例子

示例:

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

也可以看看