double
Stores double-precision floating point numbers
This data type is used to store signed double-precision IEEE-64-bit (8 byte) floating point numbers. With the data type double, these numbers are twice as precise as with data type float. For that reason, the data type double is more suitable than the simple data type float.
|
MIME Format and Protocol |
Result |
|---|---|
|
JSON and no protocol or the ODATA V4 protocol |
Representation as a double number with the format [0-9]+.[0-9]+ |
|
JSON and the following protocols:
|
A character string that represents a double value with the format {doubleValue}d . |
|
UrlEncoded, no protocol |
Double number with the format [0-9]+.[0-9]+ |
|
UrlEncoded and the following ODATA protocols:
|
A character string that represents a double value with the format {doubleValue}d. |
|
XML and no protocol or SOAP protocol |
Double number with the format [0-9]+.[0-9]+ |
|
XML and the following ODATA protocols:
|
A character string that represents a double value with the format {doubleValue}d. |