BitStruct::Field
Class for floats (single and double precision) in network order. Declared with BitStruct.float.
Used in describe.
# File lib/bit-struct/float-field.rb, line 6 def self.class_name @class_name ||= "float" end