float
Single-precision floating point number
This data type represents a single-precision floating point number. The float data type is a real number and is displayed with 4 bytes. This is defined by the IEEE 754 standard.
|
MIME Format and Protocol |
Result |
|---|---|
|
JSON and no protocol or ODATA V4 protocol |
Conversion into a real number with single precision |
|
UrlEncoded, all protocols; XML, all protocols |
Conversion into a real number with single precision |
|
JSON and ODATA V2 protocol or ODATA V3 protocol |
A character string that represents a single-precision real number in the format {float}f |