Method: OpenC3::Conversion#converted_array_size
- Defined in:
- lib/openc3/conversions/conversion.rb
#converted_array_size ⇒ Integer (readonly)
Returns 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 |