CreateMathArray
CreateMathArray(IMathElement)
创建一个数学数组并将指定元素放入其中
public IMathArray CreateMathArray(IMathElement element)
参数 | 类型 | 描述 |
---|---|---|
element | IMathElement | 要放入数组的数学元素 |
返回值
新的数学数组
参见
CreateMathArray(IMathElementCollection)
创建一个数学数组并将指定的元素放入其中
public IMathArray CreateMathArray(IMathElementCollection elements)
参数 | 类型 | 描述 |
---|---|---|
elements | IMathElementCollection | 要放入数组的数学元素 |
返回值
新的数学数组