Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
我尝试precisionStep在几个地方理解但无法完全理解它的概念。所以,请用非常简单的语言解释它是关于什么的。
precisionStep
precisionStep 是一个计数,在新术语开始的索引值的多少位之后。原始值始终以全精度索引。32 位值(整数)的精度步长为 4 表示具有这些位计数的项:全部 32、左 28、左 24、左 20、左 16、左 12、左 8、左 4 位值(总共 8 个项/价值)。26 的精度步长将索引 2 个术语:所有 32 位和一个单个术语,其余 6 位从左侧开始。