Class: Bytepack::Float

Inherits:
FixedSize show all
Defined in:
lib/bytepack/basic/fixed_size/float.rb

Constant Summary collapse

DIRECTIVE =
'G'
LENGTH =
8
NULL_INDICATOR =

NULL indicator for object type serializations

-1.7E308 # NULL indicator for object type serializations

Method Summary

Methods inherited from FixedSize

pack, unpack

Methods inherited from Basic

bytesToInt, intToBytes, preprocess

Methods inherited from Struct

classifyDataType, config, packingDataType, single_type_array?, testpacking