Method: OpenC3::Conversion#converted_array_size

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

#converted_array_sizeInteger (readonly)

Returns The size in bits of the converted array value.

Returns:

  • (Integer)

    The size in bits of the converted array value



32
33
34
# File 'lib/openc3/conversions/conversion.rb', line 32

def converted_array_size
  @converted_array_size
end