ExponentialFunction
Vue de l’ensemble
‘ExponentialFunction’ est une classe dans Aspose.PDF FOSS pour Java.Déduit de: PdfFunktion.
Type 2 (Interpolation exponentielle) fonctionnalité (ISO 32000-1:2008, §7.10.3).
Cette classe fournit 7 méthodes pour travailler avec des objets ExponentialFunction dans les programmes Java. Les méthodologies disponibles comprennent: ‘ExponentielFunktion’, ‘évaluation’, `getExposant’, ‘getInputDimension’, ‘getOutputM dimension’, ’parse’. Tous les membres publics sont accessibles à n’importe quelle application Java après l’installation de l’Aspose.PDF FOSS pour le package Java . Propriétés : ’exposante’, ‚input Dimension‘, ‘outputDeimence’.
Propriétés
| Name | Type | Access | Description |
|---|---|---|---|
exponent | double | Read | Returns the exponent N. |
inputDimension | int | Read | Returns the number of input values. |
outputDimension | int | Read | Returns the number of output values. |
méthodes
| Signature | Description |
|---|---|
ExponentialFunction(dict: PdfDictionary, domain: double[], range: double[]) | Creates an exponential function from a PDF dictionary. |
ExponentialFunction(domain: double[], range: double[], c0: double[], c1: double[], exponent: double) | Creates an exponential function directly (for testing). |
evaluate(input: double[]) → double[] | Returns the computed output array for the given input |
getExponent() → double | Returns the exponent N. |
getInputDimension() → int | Returns the number of input values. |
getOutputDimension() → int | Returns the number of output values. |
parse(obj: PdfBase, parser: PDFParser) → PdfFunction | Factory: parses a function from a PDF object (dictionary or stream). |
Voir aussi
- Aspose.PDF pour Java — API d’entreprise