CreateMathFunction

CreateMathFunction(IMathElement, IMathElement)

Crée une fonction mathématique

public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
ParamètreTypeDescription
funcNameIMathElementÉlément utilisé comme nom de fonction
baseArgumentIMathElementÉlément utilisé comme argument de fonction

Valeur de Retour

nouvelle fonction mathématique

Voir Également


CreateMathFunction(string, IMathElement)

Crée une fonction mathématique

public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
ParamètreTypeDescription
funcNameStringNom de la fonction
baseArgumentIMathElementÉlément utilisé comme argument de fonction

Valeur de Retour

nouvelle fonction mathématique

Voir Également