Discussion 解説
The is
property of a value x
is true
when x
represents either -0
or +0
. x
is equivalent to the following comparison: x == 0
.
ある値x
のis
プロパティがtrue
であるのは、x
が-0
または+0
のどちらかを表す場合です。x
は次の比較に相当するものです:x == 0
。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。