Class: RMasm::Float2

Inherits:
Primitive show all
Defined in:
lib/rmasm/primitive.rb

Overview




Instance Attribute Summary

Attributes inherited from Primitive

#value

Class Method Summary collapse

Methods inherited from Primitive

from_str, range, valid?

Methods inherited from DataType

read, valid?, write

Class Method Details

.sizeofObject



207
208
209
# File 'lib/rmasm/primitive.rb', line 207

def self.sizeof
  8
end

.to_sObject



210
211
212
# File 'lib/rmasm/primitive.rb', line 210

def self.to_s
  "float2"
end