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, line 6
def self.class_name
  @class_name ||= "float"
end