CreateMathFunction
CreateMathFunction(IMathElement, IMathElement)
Crée une fonction mathématique
public IMathFunction CreateMathFunction(IMathElement funcName, IMathElement baseArgument)
Paramètre | Taper | La description |
---|---|---|
funcName | IMathElement | Élément utilisé comme nom de fonction |
baseArgument | IMathElement | Elément utilisé comme argument de la fonction |
Return_Value
nouvelle fonction mathématique
Voir également
- interface IMathFunction
- interface IMathElement
- interface IMathFunctionFactory
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides
CreateMathFunction(string, IMathElement)
Crée une fonction mathématique
public IMathFunction CreateMathFunction(string funcName, IMathElement baseArgument)
Paramètre | Taper | La description |
---|---|---|
funcName | String | Nom de la fonction |
baseArgument | IMathElement | Elément utilisé comme argument de la fonction |
Return_Value
nouvelle fonction mathématique
Voir également
- interface IMathFunction
- interface IMathElement
- interface IMathFunctionFactory
- espace de noms Aspose.Slides.MathText
- Assemblée Aspose.Slides