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用作函数参数的元素

返回值

新的数学函数

另见