[#BloombergLP-bdldfp-DecimalImpUtil-nexttoward-06] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalImpUtil.adoc[DecimalImpUtil]::nexttoward :relfileprefix: ../../../ :mrdocs: Return the next representable value after `from` toward `to`. == Synopses Declared in `<bdldfp_decimalimputil.h>` Return the next representable value after `from` toward `to`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[DecimalImpUtil::ValueType128] xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-09.adoc[nexttoward]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] from, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] to); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-09.adoc[_» more..._]# Return the next representable value after `from` toward `to`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[DecimalImpUtil::ValueType32] xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-0e.adoc[nexttoward]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType32.adoc[ValueType32] from, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] to); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-0e.adoc[_» more..._]# Return the next representable value after `from` toward `to`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[DecimalImpUtil::ValueType64] xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-03.adoc[nexttoward]( xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType64.adoc[ValueType64] from, xref:BloombergLP/bdldfp/DecimalImpUtil/ValueType128.adoc[ValueType128] to); ---- [.small]#xref:BloombergLP/bdldfp/DecimalImpUtil/nexttoward-03.adoc[_» more..._]# == Return Value the next representable value after `from` toward `to` == Parameters [cols="1,4"] |=== | Name| Description | *from* | starting value | *to* | direction value |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#