MathArrayFactory

MathArrayFactory class

Allows to create a math array

The MathArrayFactory type exposes the following members:

Constructors

NameDescription
MathArrayFactory()Initializes a new instance of the MathArrayFactory class

Methods

NameDescription
create_math_array(element)Creates a math array and places the specified element in it
create_math_array(elements)Creates a math array and places specified elements in it

See Also