Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader.
()
| 40 | Int32() int32 |
| 41 | // Uint32 decodes and returns an unsigned, 32 bit integer value from the Reader. |
| 42 | Uint32() uint32 |
| 43 | // Float16 decodes and returns a 16 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. |
no outgoing calls