Class: RMasm::Float3

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

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



216
217
218
# File 'lib/rmasm/primitive.rb', line 216

def self.sizeof
  12
end

.to_sObject



219
220
221
# File 'lib/rmasm/primitive.rb', line 219

def self.to_s
  "float3"
end