CreateMathArray

CreateMathArray(IMathElement)

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

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

返回值

新的数学数组

参见


CreateMathArray(IMathElementCollection)

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

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

返回值

新的数学数组

参见