[]
public OMath Add()
Public Function Add() As OMath
| Type | Description |
|---|---|
| OMath | The added OMath object. |
public OMath Add(OMathBuiltInEquation equation)
Public Function Add(equation As OMathBuiltInEquation) As OMath
| Type | Name | Description |
|---|---|---|
| OMathBuiltInEquation | equation | A built-in equation to fill the OMath instance. |
| Type | Description |
|---|---|
| OMath | The added OMath object. |