Float32 encodes a 32 bit floating-point value to the Writer.
(float32)
| 43 | Float16(f16.Number) |
| 44 | // Float32 encodes a 32 bit floating-point value to the Writer. |
| 45 | Float32(float32) |
| 46 | // Int64 encodes a signed, 64 bit integer value to the Writer. |
| 47 | Int64(int64) |
| 48 | // Uint64 encodes an unsigned, 64 bit integer value to the Encoders's io.Writer. |