IMathFunctionFactory

IMathFunctionFactory interface

Allows to create a math function

public interface IMathFunctionFactory

Methods

NameDescription
CreateMathFunction(IMathElement, IMathElement)Creates math function
CreateMathFunction(string, IMathElement)Creates math function

Remarks

For COM comparibility

See Also