CreateMathNaryOperator

CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)

Creates IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument, 
    IMathElement lowerLimit, IMathElement upperLimit)
ParameterTypeDescription
operatorSymbolCharThe operator sign
baseArgumentIMathElementBase argument to apply operator
lowerLimitIMathElementLower limit
upperLimitIMathElementUpper limit

Return Value

new IMathNaryOperator

See Also


CreateMathNaryOperator(char, IMathElement, IMathElement)

Creates IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument, 
    IMathElement lowerLimit)
ParameterTypeDescription
operatorSymbolCharThe operator sign
baseArgumentIMathElementBase argument to apply operator
lowerLimitIMathElementLower limit

Return Value

new IMathNaryOperator

See Also


CreateMathNaryOperator(char, IMathElement)

Creates IMathNaryOperator

public IMathNaryOperator CreateMathNaryOperator(char operatorSymbol, IMathElement baseArgument)
ParameterTypeDescription
operatorSymbolCharThe operator sign
baseArgumentIMathElementBase argument to apply operator

Return Value

new IMathNaryOperator

See Also