Method: OpenC3::Conversion#converted_bit_size

Defined in:
lib/openc3/conversions/conversion.rb

#converted_bit_sizeInteger (readonly)

Returns The size in bits of the converted value.

Returns:

  • (Integer)

    The size in bits of the converted value



27
28
29
# File 'lib/openc3/conversions/conversion.rb', line 27

def converted_bit_size
  @converted_bit_size
end