StitchingFunction

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

NameTypeAccessDescription
domainlist[float]ReadGets the domain.
rangelist[float]ReadGets the range.
functionslist["Function"]ReadGets the functions.
boundslist[float]ReadGets the bounds.
encodelist[float]ReadGets the encode.

Methods

SignatureDescription
evaluate(inputs: list[float])list[float]

See Also