SampledFunction
SampledFunction
概述
SampledFunction 是Python的Aspose.Page FOSS中的一个类.
这个类提供了一个方法,用于在Python程序中使用SampledFunction 对象. 有的方法包括: evaluate. 在安装Python包的Aspose.Page FOSS后,所有公众成员都可以访问任何 Python 应用程序. 特性: bits_per_sample, decode, domain, encode, order, range,另外两个.
属性
| 名称: | 类型 | Access | 描述情况 |
|---|---|---|---|
domain | list[float] | 阅读 | 获取域。. |
range | list[float] | 阅读 | 获取范围。. |
size | list[int] | 阅读 | 获取大小。. |
bits_per_sample | int | 阅读 | 获取每个样本的位数。. |
order | int | 阅读 | 获取订单。. |
encode | list[float] | 阅读 | 获取 encode。. |
decode | list[float] | 阅读 | 获取解码。. |
samples | bytes | 阅读 | 获取样本。. |
方法
| Signature | 描述情况 |
|---|---|
evaluate(inputs: list[float]) → list[float] |