CreateMathFunction
CreateMathFunction(IMathElement, IMathElement)
Crée une fonction mathématique
public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
Paramètre | Type | Description |
---|---|---|
funcName | IMathElement | Élément utilisé comme nom de fonction |
baseArgument | IMathElement | Élément utilisé comme argument de fonction |
Valeur de Retour
nouvelle fonction mathématique
Voir Également
- interface IMathFunction
- interface IMathElement
- interface IMathFunctionFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides
CreateMathFunction(string, IMathElement)
Crée une fonction mathématique
public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
Paramètre | Type | Description |
---|---|---|
funcName | String | Nom de la fonction |
baseArgument | IMathElement | Élément utilisé comme argument de fonction |
Valeur de Retour
nouvelle fonction mathématique
Voir Également
- interface IMathFunction
- interface IMathElement
- interface IMathFunctionFactory
- namespace Aspose.Slides.MathText
- assembly Aspose.Slides