[#BloombergLP-bslim-FuzzUtil-consumeNumberInRange-02] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bslim.adoc[bslim]::xref:BloombergLP/bslim/FuzzUtil.adoc[FuzzUtil]::consumeNumberInRange :relfileprefix: ../../../ :mrdocs: Same as the preceding overload for floating‐point `TYPE`. == Synopsis Declared in `<bslim_fuzzutil.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- template<class TYPE> static TYPE consumeNumberInRange( xref:BloombergLP/bslim/FuzzDataView.adoc[FuzzDataView]* fuzzDataView, TYPE min, TYPE max) requires bsl::is_floating_point<TYPE>::value; ---- == Return Value a value of `TYPE` in the inclusive range [`min` .. `max`] == Parameters [cols="1,4"] |=== | Name| Description | *fuzzDataView* | view providing fuzz input bytes | *min* | inclusive lower bound of the result | *max* | inclusive upper bound of the result |=== [.small]#Created with https://www.mrdocs.com[MrDocs]#