CreateMathFunction

CreateMathFunction(IMathElement, IMathElement)

创建数学函数

public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
范围类型描述
funcNameIMathElement用作函数名称的元素
baseArgumentIMathElement用作函数参数的元素

返回值

新数学函数

也可以看看


CreateMathFunction(string, IMathElement)

创建数学函数

public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
范围类型描述
funcNameString函数名
baseArgumentIMathElement用作函数参数的元素

返回值

新数学函数

也可以看看