Discussion 解説
All values other than NaN and infinity are considered finite, whether normal or subnormal. For NaN, both is
and is
are false.
NaNと無限大の他の全ての値は、ノーマルまたはサブノーマルかにかかわらず、有限と見なされます。NaNに対して、is
およびis
は、falseです。
Availability
Technology
var isFinite: Bool
{ get }
All values other than NaN and infinity are considered finite, whether normal or subnormal. For NaN, both is
and is
are false.
NaNと無限大の他の全ての値は、ノーマルまたはサブノーマルかにかかわらず、有限と見なされます。NaNに対して、is
およびis
は、falseです。