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