|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||
| Packages that use XFloat | |
| edu.neu.ccs | Provides the Stringable interface and data models that implement the interface. |
| Uses of XFloat in edu.neu.ccs |
| Subclasses of XFloat in edu.neu.ccs | |
class |
HexXFloat
Class HexXFloat extends XFloat
by replacing the three methods:
fromStringData,
toStringData,
and toString,
to use hexadecimal digits rather than decimal digits. |
| Methods in edu.neu.ccs that return XFloat | |
static XFloat[] |
XFloat.toXArray(float[] a)
Returns an array of XFloat objects
initialized from the given array
of float values. |
| Methods in edu.neu.ccs with parameters of type XFloat | |
static float[] |
XFloat.toPrimitiveArray(XFloat[] x)
Returns an array of primitive float values
copied from the given array
of XFloat objects. |
|
||||||||||
| PREV NEXT | FRAMES NO FRAMES | |||||||||