Interface NumberType
-
- All Known Implementing Classes:
FloatingPointType,IntegralType,MathType,NumericType,NumericWrapperClassType
public interface NumberTypeThis class is the super class for all integral and floating point types.- Version:
- 0.1
- Author:
- Michael Bouschen
-
-
Method Summary
All Methods Instance Methods Abstract Methods Modifier and Type Method Description NumbergetValue(Number value)Converts the specified value into a value of this numeric type.Numbernegate(Number value)Returns -value.
-