CreateMathArray

CreateMathArray(IMathElement)

创建一个数学数组并将指定元素放入其中

public IMathArray CreateMathArray(IMathElement element)  
参数类型描述
elementIMathElement放入数组中的数学元素

返回值

新数学数组

参见


CreateMathArray(IMathElementCollection)

创建一个数学数组并将指定元素放入其中

public IMathArray CreateMathArray(IMathElementCollection elements)  
参数类型描述
elementsIMathElementCollection放入数组中的数学元素

返回值

新数学数组

参见