org.encog.util.text
Class DoubleString
java.lang.Object
org.encog.util.text.DoubleString
public class DoubleString
- extends Object
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
FRAC_SHIFT
public static final double FRAC_SHIFT
- See Also:
- Constant Field Values
MULT
public static final int[] MULT
DoubleString
public DoubleString()
convertDoubleToString
public static String convertDoubleToString(double[] target,
int index)
convertStringToDouble
public static int convertStringToDouble(String str,
double[] target,
int targetIndex)
main
public static void main(String[] args)
Copyright © 2014. All Rights Reserved.