as_argument_of_function method

as_argument_of_function

Takes specified function using this instance as the argument

Returns

New math element of type IMathFunction

def as_argument_of_function(self, function_name):
    ...
ParameterTypeDescription
function_nameIMathElementFunction name

as_argument_of_function

Takes specified function using this instance as the argument

Returns

New math element of type IMathFunction

def as_argument_of_function(self, function_name):
    ...
ParameterTypeDescription
function_namestrFunction name

as_argument_of_function

Takes specified function using this instance as the argument

Returns

New math element of type IMathFunction

def as_argument_of_function(self, function_type):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfOneArgumentOne of the common function type of one argument

as_argument_of_function

Takes specified function using this instance as the argument and specified additional argument

Returns

New math element of type IMathFunction

def as_argument_of_function(self, function_type, additional_argument):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfTwoArgumentsOne of the common function type of two arguments: Log, Lim, Min, Max
additional_argumentIMathElementAdditional argument depending on the type of function

as_argument_of_function

Takes specified function using this instance as the argument and specified additional argument

Returns

New math element of type IMathFunction

def as_argument_of_function(self, function_type, additional_argument):
    ...
ParameterTypeDescription
function_typeMathFunctionsOfTwoArgumentsOne of the common function type of two arguments: Log, Lim, Min, Max
additional_argumentstrAdditional argument depending on the type of function

See Also