Name

MathFunction.Name 属性

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

public IMathElement Name { get; }

示例

示例:

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

另见