IMathNaryOperatorFactory

IMathNaryOperatorFactory interface

Allows to create IMathNaryOperator

public interface IMathNaryOperatorFactory

Methods

NameDescription
CreateMathNaryOperator(char, IMathElement)Creates IMathNaryOperator
CreateMathNaryOperator(char, IMathElement, IMathElement)Creates IMathNaryOperator
CreateMathNaryOperator(char, IMathElement, IMathElement, IMathElement)Creates IMathNaryOperator

Remarks

For COM comparibility

See Also