[]
Inserts a new OMathRadical into the collection at the specified location.
public OMathRadical InsertRadical(InsertLocation location)
Public Function InsertRadical(location As InsertLocation) As OMathRadical
Type | Name | Description |
---|---|---|
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathRadical | The inserted OMathRadical instance. |
Inserts a new OMathRadical into the collection at the specified location.
public OMathRadical InsertRadical(string radicandText, string degreeText, InsertLocation location)
Public Function InsertRadical(radicandText As String, degreeText As String, location As InsertLocation) As OMathRadical
Type | Name | Description |
---|---|---|
string | radicandText | The structure radicand element text. |
string | degreeText | The structure degree element text. |
InsertLocation | location | The target InsertLocation for the insertion. |
Type | Description |
---|---|
OMathRadical | The inserted OMathRadical instance. |