舍入位 meaning in Chinese
rounding bit
Examples
- Value is rounded toward zero to the nearest integer value
值舍入为最接近的整数值(舍入位舍入为零) 。 - The decimal value is rounded toward zero to the nearest integer value
Decimal值舍入为最接近的整数值(舍入位舍入为零) 。 - The decimal value is rounded toward zero to the nearest integer value , and the result of this operation is returned as an unsigned integer
该decimal值舍入为最接近的整数值(舍入位舍入为零) ,并且此运算结果返回为一个无符号整数。 - The decimal value is rounded toward zero to the nearest integer value , and the result of this operation is returned as an unsigned , long integer
该decimal值舍入为最接近的整数值(舍入位舍入为零) ,并且此运算结果返回为一个无符号长整型数。 - Is not in effect by default because the rounding bits also affect floating point to floating point rounding which occurs after every calculation , so when you set the flags for c - style toward zero rounding , your floating point calculations might be different
是无效的,因为舍入位数也会影响浮点到浮点的舍入(在每次计算后出现) ,因此,当设置c样式(向零方向)舍入的标志时,浮点计算可能会不同。