ExponentialFunction

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

NameTypeAccessDescription
exponentdoubleReadReturns the exponent N.
inputDimensionintReadReturns the number of input values.
outputDimensionintReadReturns the number of output values.

méthodes

SignatureDescription
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()doubleReturns the exponent N.
getInputDimension()intReturns the number of input values.
getOutputDimension()intReturns the number of output values.
parse(obj: PdfBase, parser: PDFParser)PdfFunctionFactory: parses a function from a PDF object (dictionary or stream).

Voir aussi

  • Aspose.PDF pour Java — API d’entreprise
 Français