[]
Adds a new OMathFunction to the collection at the End location.
public OMathFunction AddFunction()
Public Function AddFunction() As OMathFunction
Type | Description |
---|---|
OMathFunction | The added OMathFunction instance. |
Adds a new OMathFunction to the collection at the End location.
public OMathFunction AddFunction(string nameText, string argumentText)
Public Function AddFunction(nameText As String, argumentText As String) As OMathFunction
Type | Name | Description |
---|---|---|
string | nameText | The structure name element text. |
string | argumentText | The structure argument element text. |
Type | Description |
---|---|
OMathFunction | The added OMathFunction instance. |