Discussion 解説
If this value is a finite nonzero number, significand
is the number of fractional bits required to represent the value of significand
; otherwise, significand
is -1. The value of significand
is always -1 or between zero and significand
. For example:
この値が有限の非ゼロ数ならば、significand
はsignificand
の値を表すのに必要とされる小数部ビットの数です;そうでなければ、significand
は-1ですsignificand
の値は、常に-1、もしくはゼロとsignificand
の間です。例えば:
For any representable power of two,
significand
is zero, becauseWidth significand
is1
. あらゆる表現可能な2の冪に対して、.0 significand
はゼロです、なぜならWidth significand
が1
だからです。.0 If
x
is 10,x
is.significand 1
in binary, so.01 x
is 2..significand Width x
が10ならば、x
は2進数で.significand 1
です、それで.01 x
は2です。.significand Width If
x
is Float.pi,x
is.significand 1
in binary, and.10010010000111111011011 x
is 23..significand Width x
がFloat.piならば、x
は2進数で.significand 1
です、それで.10010010000111111011011 x
は23です。.significand Width
Note 注意
This documentation comment was inherited from Binary
.
この文書化コメントは、Binary
から引き継がれました。