nextUp

Returns the next representable _decimal value after x.

@IEEECompliant("nextUp", 19)
D
nextUp
(
D
)
(
auto const ref D x
)

Throws

InvalidOperationException if x is signaling NaN

Special values

xnextUp(x)
NaNNaN
-∞-D.max
±0.0D.min_normal * epsilon
D.max+∞
+∞+∞

Meta