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



29
30
31
# File 'lib/openc3/conversions/conversion.rb', line 29

def converted_array_size
  @converted_array_size
end