IMathFunction

IMathFunction interface

指定参数的函数。

public interface IMathFunction : IMathElement

特性

姓名描述
AsIMathElement { get; }允许获取基础 IMathElement 接口 IMathElement
Base { get; }函数参数
Name { get; }函数名 例如函数名是 sin 和 cos

例子

示例:

[C#]
IMathFunction sinX = new MathematicalText("sin").Function("x");

也可以看看