Class: IControl::Common::Long64

Inherits:
Base::Struct
  • Object
show all
Defined in:
lib/icontrol/common.rb,
lib/icontrol/common.rb

Overview

A 64-bit, signed integer.

Instance Attribute Summary collapse

Instance Attribute Details

#highNumeric

The high-order 32-bit signed integer.

Returns:

  • (Numeric)

    the current value of high



167
168
169
# File 'lib/icontrol/common.rb', line 167

def high
  @high
end

#lowNumeric

The low-order 32-bit signed integer.

Returns:

  • (Numeric)

    the current value of low



167
168
169
# File 'lib/icontrol/common.rb', line 167

def low
  @low
end