MathFunction constructor

init

Initializes a new instance of the MathFunction class.

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

Examples

Example:

init

Initializes a new instance of the MathFunction class.

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

Examples

Example:

See Also