CreateMathArray

CreateMathArray(IMathElement)

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

public IMathArray CreateMathArray(IMathElement element)
范围类型描述
elementIMathElement数学元素放入数组

返回值

新数学数组

也可以看看


CreateMathArray(IMathElementCollection)

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

public IMathArray CreateMathArray(IMathElementCollection elements)
范围类型描述
elementsIMathElementCollection数学元素放入数组

返回值

新数学数组

也可以看看