Interface RealType<T extends RealType<T>>

All Superinterfaces:
Add<T>, Comparable<T>, ComplexType<T>, Div<T>, Mul<T>, MulFloatingPoint, NumericType<T>, SetOne, SetZero, Sub<T>, Type<T>, ValueEquals<T>
All Known Subinterfaces:
BooleanType<T>, IntegerType<T>
All Known Implementing Classes:
AbstractIntegerBitType, AbstractIntegerType, AbstractRealType, AbstractVolatileRealType, BitType, BoolType, ByteType, DoubleType, FloatType, GenericByteType, GenericIntType, GenericLongType, GenericShortType, IntType, LongType, ShortType, Unsigned128BitType, Unsigned12BitType, Unsigned2BitType, Unsigned4BitType, UnsignedByteType, UnsignedIntType, UnsignedLongType, UnsignedShortType, UnsignedVariableBitLengthType, VolatileRealType

public interface RealType<T extends RealType<T>> extends ComplexType<T>, Comparable<T>
TODO
Author:
Stephan Preibisch, Stephan Saalfeld
  • Method Details

    • inc

      void inc()
    • dec

      void dec()
    • getMaxValue

      double getMaxValue()
    • getMinValue

      double getMinValue()
    • getMinIncrement

      double getMinIncrement()
    • getBitsPerPixel

      int getBitsPerPixel()