CreateMathNaryOperator

CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)

创建 IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument, 
    IMathElement lowerLimit, IMathElement upperLimit)
参数类型描述
operatorSymbolChar运算符符号
baseArgumentIMathElement应用运算符的基本参数
lowerLimitIMathElement下限
upperLimitIMathElement上限

返回值

new IMathNaryOperator

参见


CreateMathNaryOperator(char, IMathElement, IMathElement)

创建 IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument, 
    IMathElement lowerLimit)
参数类型描述
operatorSymbolChar运算符符号
baseArgumentIMathElement应用运算符的基本参数
lowerLimitIMathElement下限

返回值

new IMathNaryOperator

参见


CreateMathNaryOperator(char, IMathElement)

创建 IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
参数类型描述
operatorSymbolChar运算符符号
baseArgumentIMathElement应用运算符的基本参数

返回值

new IMathNaryOperator

参见