CreateMathFunction
CreateMathFunction(IMathElement, IMathElement)
创建数学函数
public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
参数 | 类型 | 描述 |
---|---|---|
funcName | IMathElement | 用作函数名称的元素 |
baseArgument | IMathElement | 用作函数参数的元素 |
返回值
新的数学函数
另见
CreateMathFunction(string, IMathElement)
创建数学函数
public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
参数 | 类型 | 描述 |
---|---|---|
funcName | String | 函数名称 |
baseArgument | IMathElement | 用作函数参数的元素 |
返回值
新的数学函数