Method: FloatType#initialize

Defined in:
lib/tecsgen/core/types.rb

#initialize(bit_size) ⇒ FloatType

@bit_size

32, 64, (80), -32, -64, -128



630
631
632
633
# File 'lib/tecsgen/core/types.rb', line 630

def initialize(bit_size)
  super()
  @bit_size = bit_size
end