'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 base element text.
- subscriptText
- The subscript element text.
- superscriptText
- The superscript element text.
- character
- The n-ary character.
Return Value
The added OMathNary instance.