DOUBLE

Primitive kind that represents a 64-bit IEEE 754 floating point value. Corresponding Kotlin primitive is Double. Corresponding encoder and decoder methods are Encoder.encodeDouble and Decoder.decodeDouble.

Functions

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