org.encog.mathutil
public final class Convert extends Object
| Modifier and Type | Method and Description |
|---|---|
static double |
string2double(String str)
Convert a string to a double.
|
static int |
string2int(String str)
Convert a string to an int.
|
public static double string2double(String str)
str - The string.public static int string2int(String str)
str - The string.Copyright © 2014. All Rights Reserved.