NORSYS SOFTWARE © 2012 | NETICA API | JAVA   VERSION   5.04  |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |
java.lang.Object | +--norsys.netica.Util
A collection of static methods of general use to Java developers.
Method Summary | |
static boolean |
isAscii(java.lang.String str)
Returns true, iff, the given string contains only ascii characters, that is, characters in the range 1..255, inclusive. |
static double[] |
toDoubles(float[] floats)
Converts a float array to a double array. |
static float[] |
toFloats(double[] doubles)
Converts a double array to a float array. |
Methods inherited from class java.lang.Object |
clone, equals, finalize, getClass, hashCode, notify, notifyAll, toString, wait, wait, wait |
Method Detail |
public static boolean isAscii ( |
| ) |
str | String | the string to test |
public static double[ ] toDoubles ( |
| ) |
float[] | floats | The array to convert. |
public static float[ ] toFloats ( |
| ) |
double[] | doubles | The array to convert. |
|
|||||||||
PREV CLASS NEXT CLASS | FRAMES NO FRAMES | ||||||||
SUMMARY: INNER | FIELD | CONSTR | METHOD | DETAIL: FIELD | CONSTR | METHOD |