MathNaryOperatorFactory

MathNaryOperatorFactory class

Allows to create IMathNaryOperator

public class MathNaryOperatorFactory : IMathNaryOperatorFactory

Constructors

NameDescription
MathNaryOperatorFactory()The default constructor.

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