[#BloombergLP-bdldfp-DecimalUtil-nextafter-0e] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalUtil.adoc[DecimalUtil]::nextafter :relfileprefix: ../../../ :mrdocs: Return the next representable value of `from` toward `to`. == Synopsis Declared in `<bdldfp_decimalutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] nextafter( xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] from, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] to); ---- == Return Value next representable value of `from` toward `to` == Parameters [cols="1,4"] |=== | Name| Description | *from* | starting value | *to* | direction value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#