[#BloombergLP-bdld-Datum-createDecimal64] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdld.adoc[bdld]::xref:BloombergLP/bdld/Datum.adoc[Datum]::createDecimal64 :relfileprefix: ../../../ :mrdocs: Return, by value, a datum having the specified `Decimal64` `value`, using the specified `allocator` to supply memory (if needed). Note that the argument is passed by value because it is assumed to be a fundamental type. == Synopsis Declared in `<bdld_datum.h>` [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static xref:BloombergLP/bdld/Datum.adoc[Datum] createDecimal64( xref:BloombergLP/bdldfp/Decimal64.adoc[bdldfp::Decimal64] value, xref:BloombergLP/bdld/Datum/AllocatorType.adoc[AllocatorType] const& allocator); ---- [.small]#Created with https://www.mrdocs.com[MrDocs]#