MathLimit constructor

init

Initializes a new instance of the MathLimit class with lower limit

def __init__(self, base_arg, limit):
    ...
ParameterTypeDescription
base_argIMathElement
limitIMathElement

init

Initializes a new instance of the MathLimit class.

def __init__(self, base_arg, limit, upper_limit):
    ...
ParameterTypeDescription
base_argIMathElement
limitIMathElement
upper_limitbool

See Also