| Package | Description |
|---|---|
| org.jaitools.numeric |
Classes providing a range of numeric functions including summary statistics,
defining and comparing ranges (intervals), and compiling histogram data.
|
| Modifier and Type | Method and Description |
|---|---|
static NumberOperations.ClassInfo |
NumberOperations.ClassInfo.get(Class<? extends Number> clazz)
Gets the ClassInfo type for the given class
|
static NumberOperations.ClassInfo |
NumberOperations.ClassInfo.valueOf(String name)
Returns the enum constant of this type with the specified name.
|
static NumberOperations.ClassInfo[] |
NumberOperations.ClassInfo.values()
Returns an array containing the constants of this enum type, in
the order they are declared.
|
Copyright © 2009–2018. All rights reserved.