[#BloombergLP-bdldfp-DecimalConvertUtil_IntelDfp-decimalToBID-00] = xref:BloombergLP.adoc[BloombergLP]::xref:BloombergLP/bdldfp.adoc[bdldfp]::xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp.adoc[DecimalConvertUtil_IntelDfp]::decimalToBID :relfileprefix: ../../../ :mrdocs: `decimalToBID` overloads == Synopses Declared in `<bdldfp_decimalconvertutil_inteldfp.h>` Same as the related overload above for `decimalToBID`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-01.adoc[decimalToBID]( unsigned char* buffer, xref:BloombergLP/bdldfp/Decimal128.adoc[Decimal128] decimal); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-01.adoc[_» more..._]# Populate the specified `buffer` with the Binary Integer Decimal (BID) representation of the specified `decimal` value. The BID representations of `Decimal32`, `Decimal64`, and `Decimal128` require 4, 8, and 16 bytes respectively. The behavior is undefined unless `buffer` points to a contiguous sequence of at least `sizeof(decimal)` bytes. Note that the BID representation is defined in section 3.5 of IEEE 754‐2008. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-03.adoc[decimalToBID]( unsigned char* buffer, xref:BloombergLP/bdldfp/Decimal32.adoc[Decimal32] decimal); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-03.adoc[_» more..._]# Same as the related overload above for `decimalToBID`. [source,cpp,subs="verbatim,replacements,macros,-callouts"] ---- static void xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-0c.adoc[decimalToBID]( unsigned char* buffer, xref:BloombergLP/bdldfp/Decimal64.adoc[Decimal64] decimal); ---- [.small]#xref:BloombergLP/bdldfp/DecimalConvertUtil_IntelDfp/decimalToBID-0c.adoc[_» more..._]# [.small]#Created with https://www.mrdocs.com[MrDocs]#