MathFunction constructor

init

Initializes a new instance of the MathFunction class.

def __init__(self, func_name, base_argument):
    ...
ParameterTypeDescription
func_nameIMathElement
base_argumentIMathElement

init

Initializes a new instance of the MathFunction class.

def __init__(self, func_name, base_argument):
    ...
ParameterTypeDescription
func_namestr
base_argumentIMathElement

See Also