Interface NumericType<T extends NumericType<T>>
- All Superinterfaces:
Add<T>, Div<T>, Mul<T>, MulFloatingPoint, Pow<T>, PowFloatingPoint, SetOne, SetZero, Sub<T>, Type<T>, ValueEquals<T>
- All Known Subinterfaces:
BooleanType<T>, ComplexType<T>, IntegerType<T>, RealType<T>
- All Known Implementing Classes:
AbstractARGBDoubleType, AbstractComplexType, AbstractIntegerBitType, AbstractIntegerType, AbstractNumericComposite, AbstractRealType, AbstractVolatileNativeNumericType, AbstractVolatileNativeRealType, AbstractVolatileNumericType, AbstractVolatileRealType, ARGBDoubleType, ARGBType, BitType, BoolType, ByteType, ComplexDoubleType, ComplexFloatType, DoubleType, FloatType, GenericByteType, GenericIntType, GenericLongType, GenericShortType, IntType, LongType, NativeARGBDoubleType, NativeBoolType, NumericComposite, RealComposite, ShortType, Unsigned128BitType, Unsigned12BitType, Unsigned2BitType, Unsigned4BitType, UnsignedByteType, UnsignedIntType, UnsignedLongType, UnsignedShortType, UnsignedVariableBitLengthType, VolatileARGBType, VolatileARGBType.WrappedARGBType, VolatileByteType, VolatileByteType.WrappedByteType, VolatileDoubleType, VolatileDoubleType.WrappedDoubleType, VolatileFloatType, VolatileFloatType.WrappedFloatType, VolatileIntType, VolatileIntType.WrappedIntType, VolatileLongType, VolatileLongType.WrappedLongType, VolatileNumericType, VolatileRealType, VolatileShortType, VolatileShortType.WrappedShortType, VolatileUnsignedByteType, VolatileUnsignedByteType.WrappedUnsignedByteType, VolatileUnsignedIntType, VolatileUnsignedIntType.WrappedUnsignedIntType, VolatileUnsignedLongType, VolatileUnsignedLongType.WrappedUnsignedLongType, VolatileUnsignedShortType, VolatileUnsignedShortType.WrappedUnsignedShortType
public interface NumericType<T extends NumericType<T>>
extends Type<T>, Add<T>, Mul<T>, Sub<T>, Div<T>, Pow<T>, SetOne, SetZero, MulFloatingPoint, PowFloatingPoint
TODO
-
Method Summary
Methods inherited from interface MulFloatingPoint
mul, mulMethods inherited from interface PowFloatingPoint
powMethods inherited from interface Type
copy, createVariable, setMethods inherited from interface ValueEquals
valueEquals