encode_Fast_log
encode_Fast_log
概述
encode_Fast_log 是Python的Aspose.Font FOSS中的一个类.
这个类提供了4种方法,用于在Python程序中使用encode_Fast_log对象. 有的方法包括: FastLog2, Log2Floor, Log2FloorNonZero, __init__. 在安装Python包的Aspose.Font FOSS后,所有公众成员都可以访问任何 Python 应用程序.
方法
| Signature | 描述情况 |
|---|---|
__init__() | Calls 开始 在这个 encode_Fast_log 实例上. |
Log2Floor(n) | 返回最大的整数,小于或等于n的基-2逻辑. |
Log2FloorNonZero(n) | 返回 n 大于零的 floor (log2n) |
FastLog2(v) | 返回非负整数v的基-2逻辑符底层在O ({1}) 时间中. |