FLOAT

Primitive kind that represents a 32-bit IEEE 754 floating point value. Corresponding Kotlin primitive is Float. Corresponding encoder and decoder methods are Encoder.encodeFloat and Decoder.decodeFloat.

Functions

Link copied to clipboard
open override fun hashCode(): Int
Link copied to clipboard
open override fun toString(): String