MathFunctionFactory
MathFunctionFactory class
允许创建数学函数
public class MathFunctionFactory : IMathFunctionFactory
构造函数
| 名称 | 描述 |
|---|---|
| MathFunctionFactory() | 默认构造函数。 |
方法
| 名称 | 描述 |
|---|---|
| CreateMathFunction(IMathElement, IMathElement) | 创建数学函数 |
| CreateMathFunction(string, IMathElement) | 创建数学函数 |
备注
为了与COM兼容