public interface IMathArrayFactory
Allows to create a math array
Modifier and Type | Method and Description |
---|---|
IMathArray |
createMathArray(IMathElement element)
Creates a math array and places the specified element in it
|
IMathArray |
createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
|
IMathArray createMathArray(IMathElement element)
Creates a math array and places the specified element in it
element
- math element to place in arrayIMathArray createMathArray(IMathElementCollection elements)
Creates a math array and places specified elements in it
elements
- math elements to place in array