StitchingFunction
Overview
StitchingFunction is a class in Aspose.Page FOSS for Python.
This class provides 1 method for working with StitchingFunction 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: bounds, domain, encode, functions, range.
Properties
| Name | Type | Access | Description |
|---|---|---|---|
domain | list[float] | Read | Gets the domain. |
range | list[float] | Read | Gets the range. |
functions | list["Function"] | Read | Gets the functions. |
bounds | list[float] | Read | Gets the bounds. |
encode | list[float] | Read | Gets the encode. |
Methods
| Signature | Description |
|---|---|
evaluate(inputs: list[float]) → list[float] |