decimalToNetwork overloads
Declared in <bdldfp_decimalconvertutil.h>
Same as the overload taking Decimal32.
static
unsigned char*
decimalToNetwork(
unsigned char* buffer,
Decimal128 decimal);
» more...
Store decimal in network format into buffer.
static
unsigned char*
decimalToNetwork(
unsigned char* buffer,
Decimal32 decimal);
» more...
Same as the overload taking Decimal32.
static
unsigned char*
decimalToNetwork(
unsigned char* buffer,
Decimal64 decimal);
» more...
address one past the last byte written
| Name | Description |
|---|---|
| buffer | receives the network encoding |
| decimal | value to encode |