net.sf.myra.datamining
Interface Unit.DoubleValued

Enclosing class:
Unit<V extends java.lang.Comparable<V>>

public static interface Unit.DoubleValued

Interface to indicate a unit value which can be represented as a double.


Method Summary
 double doubleValue()
          Returns the double representation of the value.
 

Method Detail

doubleValue

double doubleValue()
Returns the double representation of the value.

Returns:
the double representation of the value.


Copyright © 2013. All Rights Reserved.