Class RealDoubleConverter<R extends RealType<R>>

  • All Implemented Interfaces:
    Converter<R,​DoubleType>

    public class RealDoubleConverter<R extends RealType<R>>
    extends java.lang.Object
    implements Converter<R,​DoubleType>
    Converts any RealType to a DoubleType. If the input type is complex, it loses the imaginary part without complaining further.
    Author:
    Johannes Schindelin
    • Method Summary

      All Methods Instance Methods Concrete Methods 
      Modifier and Type Method Description
      void convert​(R input, DoubleType output)  
      • Methods inherited from class java.lang.Object

        clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait