SampledFunction
Overview
SampledFunction is a class in Aspose.Page FOSS for Python.
This class provides 1 method for working with SampledFunction objects in Python programs.
Available methods include: evaluate.
All public members are accessible to any Python application after installing the Aspose.Page FOSS for Python package.
Properties: bits_per_sample, decode, domain, encode, order, range, and 2 more.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
domain | list[float] | Read | Gets the domain. |
range | list[float] | Read | Gets the range. |
size | list[int] | Read | Gets the size. |
bits_per_sample | int | Read | Gets the bits per sample. |
order | int | Read | Gets the order. |
encode | list[float] | Read | Gets the encode. |
decode | list[float] | Read | Gets the decode. |
samples | bytes | Read | Gets the samples. |
Methods
| Signature | Description |
|---|---|
evaluate(inputs: list[float]) → list[float] |