Discussion 解説
Because NaN is not equal to any value, including NaN, use this property instead of the equal-to operator (==
) or not-equal-to operator (!=
) to test whether a value is or is not NaN. For example:
NaNは、NaNを含めてあらゆる値と等しくないので、同等演算子(==
)または不等演算子(!=
)の代わりにこのプロパティを使うことで、ある値がNaNであるのかまたはないのかをテストしてください。例えば:
This property is true
for both quiet and signaling NaNs.
このプロパティは、クワイエットおよびシグナルNaNの両方に対してtrue
です。
Note 注意
This documentation comment was inherited from Floating
.
この文書化コメントは、Floating
から引き継がれました。