The greatest representable value that compares less than this value.
SDK
- Xcode 9.0+
Framework
- Swift Standard Library
Declaration
Discussion
For any finite value x
, x
is less than x
. For nan
or -infinity
, x
is x
itself. The following special cases also apply:
If
x
isinfinity
, thenx
is.next Down greatest
.Finite Magnitude If
x
isleast
, thenNonzero Magnitude x
is.next Down 0
..0 If
x
is zero, thenx
is.next Down -least
.Nonzero Magnitude If
x
is-greatest
, thenFinite Magnitude x
is.next Down -infinity
.