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
。
Availability
Technology
var isZero: Bool
{ get }
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
。