class BitStruct::FloatField
Class for floats (single and double precision) in network order. Declared with BitStruct.float
.
Public Class Methods
class_name()
click to toggle source
Used in describe.
# File lib/bit-struct/float-field.rb 6 def self.class_name 7 @class_name ||= "float" 8 end