SampledFunction

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

NameTypeAccessDescription
domainlist[float]ReadGets the domain.
rangelist[float]ReadGets the range.
sizelist[int]ReadGets the size.
bits_per_sampleintReadGets the bits per sample.
orderintReadGets the order.
encodelist[float]ReadGets the encode.
decodelist[float]ReadGets the decode.
samplesbytesReadGets the samples.

Methods

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

See Also