Float32 decodes and returns a 32 bit floating-point value from the Reader.
()
| 44 | Float16() f16.Number |
| 45 | // Float32 decodes and returns a 32 bit floating-point value from the Reader. |
| 46 | Float32() float32 |
| 47 | // Int64 decodes and returns a signed, 64 bit integer value from the Reader. |
| 48 | Int64() int64 |
| 49 | // Uint64 decodes and returns an unsigned, 64 bit integer value from the Reader. |
no outgoing calls