CreateMathFunction

CreateMathFunction(IMathElement, IMathElement)

Creates math function

public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
ParameterTypeDescription
funcNameIMathElementElement used as a function name
baseArgumentIMathElementElement used as a function argument

Return Value

new math function

See Also


CreateMathFunction(string, IMathElement)

Creates math function

public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
ParameterTypeDescription
funcNameStringFunction name
baseArgumentIMathElementElement used as a function argument

Return Value

new math function

See Also