MathNaryOperator constructor
Contents
[
Hide
]init
Initializes a new instance of the MathNaryOperator class.
def __init__(self, operator_symbol, base_argument):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | Nary operator symbol |
| base_argument | IMathElement | Base argument |
Examples
Example:
init
Initializes a new instance of the MathNaryOperator class.
def __init__(self, operator_symbol, base_argument, lower_limit):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | Nary operator symbol |
| base_argument | IMathElement | Base argument |
| lower_limit | IMathElement | Lower limit |
Examples
Example:
init
Initializes a new instance of the MathNaryOperator class.
def __init__(self, operator_symbol, base_argument, lower_limit, upper_limit):
...
| Parameter | Type | Description |
|---|---|---|
| operator_symbol | char | Nary operator symbol |
| base_argument | IMathElement | Base argument |
| lower_limit | IMathElement | Lower limit |
| upper_limit | IMathElement | Upper limit |
Examples
Example:
See Also
- class
IMathElement - class
MathNaryOperator - module
aspose.slides.mathtext - library
Aspose.Slides