Class: IControl::Common::Long64
- Inherits:
-
Base::Struct
- Object
- Base::Struct
- IControl::Common::Long64
- Defined in:
- lib/icontrol/common.rb,
lib/icontrol/common.rb
Overview
A 64-bit, signed integer.
Instance Attribute Summary collapse
-
#high ⇒ Numeric
The high-order 32-bit signed integer.
-
#low ⇒ Numeric
The low-order 32-bit signed integer.
Instance Attribute Details
#high ⇒ Numeric
The high-order 32-bit signed integer.
167 168 169 |
# File 'lib/icontrol/common.rb', line 167 def high @high end |
#low ⇒ Numeric
The low-order 32-bit signed integer.
167 168 169 |
# File 'lib/icontrol/common.rb', line 167 def low @low end |