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

另请参见