Method: Flt::FormatBase.from_hex

Defined in:
lib/float-formats/classes.rb

.from_hex(hex) ⇒ Object



835
836
837
# File 'lib/float-formats/classes.rb', line 835

def self.from_hex(hex)
  from_bytes Bytes.from_hex(hex)
end