IMathArrayFactory

public interface IMathArrayFactory

Allows to create a math array


For COM comparibility

Methods

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

createMathArray(IMathElement element)

public abstract IMathArray createMathArray(IMathElement element)

Creates a math array and places the specified element in it

Parameters:

ParameterTypeDescription
elementIMathElementmath element to place in array

Returns: IMathArray - new math array

createMathArray(IMathElementCollection elements)

public abstract IMathArray createMathArray(IMathElementCollection elements)

Creates a math array and places specified elements in it

Parameters:

ParameterTypeDescription
elementsIMathElementCollectionmath elements to place in array

Returns: IMathArray - new math array