'Declaration Public Overloads Function AddNary( _ ByVal baseText As System.String, _ ByVal subscriptText As System.String, _ ByVal superscriptText As System.String, _ Optional ByVal character As System.String _ ) As OMathNary
public OMathNary AddNary( System.string baseText, System.string subscriptText, System.string superscriptText, System.string character )
Parameters
- baseText
- The structure base element text.
- subscriptText
- The structure subscript element text.
- superscriptText
- The structure superscript element text.
- character
- The n-ary character.
Return Value
The added OMathNary instance.