Name

IMathFunction.Name 属性

函数名称。例如,函数名称有 sin 和 cos

public IMathElement Name { get; }

示例

示例:

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

另请参见