Class: RMasm::Float4

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



225
226
227
# File 'lib/rmasm/primitive.rb', line 225

def self.sizeof
  16
end

.to_sObject



228
229
230
# File 'lib/rmasm/primitive.rb', line 228

def self.to_s
  "float4"
end