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.

Settings

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:

  • ODATA V2

  • ODATA V3

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:

  • ODATA V2

  • ODATA V3

  • ODATA V4

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:

  • ODATA V2

  • ODATA V3

  • ODATA V4

A character string that represents a double value with the format {doubleValue}d.