MathArrayFactory

MathArrayFactory class

Allows to create a math array

public class MathArrayFactory : IMathArrayFactory

Constructors

NameDescription
MathArrayFactory()The default constructor.

Methods

NameDescription
CreateMathArray(IMathElement)Creates a math array and places the specified element in it
CreateMathArray(IMathElementCollection)Creates a math array and places specified elements in it

Remarks

For COM comparibility

See Also