CreateMathFunction

CreateMathFunction(IMathElement, IMathElement)

Crée une fonction mathématique

public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
ParamètreTaperLa description
funcNameIMathElementÉlément utilisé comme nom de fonction
baseArgumentIMathElementElément utilisé comme argument de la fonction

Return_Value

nouvelle fonction mathématique

Voir également


CreateMathFunction(string, IMathElement)

Crée une fonction mathématique

public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
ParamètreTaperLa description
funcNameStringNom de la fonction
baseArgumentIMathElementElément utilisé comme argument de la fonction

Return_Value

nouvelle fonction mathématique

Voir également