single
Stores single-precision floating point numbers
You can use this data type to store signed IEEE 32-bit (4 byte) single-precision floating point numbers.
| MIME format and Protocol | Result |
|---|---|
| JSON, no protocol |
Real number with single precision |
|
JSON, ODATA V4 protocol |
Real number with single precision |
|
JSON, ODATA V2 protocol, or OData V3 protocol |
A character string that represents a single-precision real number in the format {singleValue}f |
|
XML, all protocols |
Real number with single precision |
|
UrlEncoded, no protocol |
Real number with single precision |
|
UrlEncoded, OData V2 protocol, ODATA V3 protocol, or ODATA V4 protocol |
A character string that represents a single-precision real number in the format {singleValue}f |