Class: Mingle::MingleUint32
- Inherits:
-
MingleIntegerImpl
- Object
- BitGirderClass
- MingleValue
- MingleNumber
- MingleIntegerImpl
- Mingle::MingleUint32
- Defined in:
- lib/mingle.rb
Constant Summary collapse
- MAX_NUM =
( 2 ** 32 ) - 1
- MIN_NUM =
0
Instance Attribute Summary
Attributes inherited from MingleNumber
Method Summary
Methods inherited from MingleIntegerImpl
Methods inherited from MingleNumber
#<=>, #==, #initialize, #inspect, #to_f, #to_i, #to_s
Constructor Details
This class inherits a constructor from Mingle::MingleIntegerImpl