CreateMathNaryOperator

CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)

创建 IMathNaryOperator

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

返回值

新 IMathNaryOperator

也可以看看


CreateMathNaryOperator(char, IMathElement, IMathElement)

创建 IMathNaryOperator

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

返回值

新的 IMathNaryOperator

也可以看看


CreateMathNaryOperator(char, IMathElement)

创建 IMathNaryOperator

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

返回值

new IMathNaryOperator

也可以看看