Return a datum holding the specified double value.
Synopsis
Declared in <bdld_datum.h>
static
Datum
createDouble(double value);
Description
Return, by value, a datum having the specified double value. When value is NaN this method guarantees only that a NaN value is stored. The sign and NaN payload bits of a NaN value later retrieved by the theDouble method are unspecified (see also {Special Floating Point Values}.
Return Value
a datum holding the specified double value
Parameters
Name |
Description |
value |
double value to store |
Created with MrDocs