Class: Mingle::MingleInt32
- Inherits:
-
MingleIntegerImpl
- Object
- BitGirderClass
- MingleValue
- MingleNumber
- MingleIntegerImpl
- Mingle::MingleInt32
- Defined in:
- lib/mingle.rb
Constant Summary collapse
- MAX_NUM =
( 2 ** 31 ) - 1
- MIN_NUM =
-( 2 ** 31 )
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