nextDown

Returns the previous _decimal value before x.

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

Throws

InvalidOperationException if x is signaling NaN

Special values

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

Meta