public class FloatArrayWrapper extends java.lang.Object implements IPrimaryArrayWrapper
Constructor and Description |
---|
FloatArrayWrapper(float[] data) |
Modifier and Type | Method and Description |
---|---|
double |
get(int i)
Get the array element value at index i.
|
int |
getSize()
Get size of the array.
|
void |
setData(float[] data) |
public void setData(float[] data)
public double get(int i)
IPrimaryArrayWrapper
get
in interface IPrimaryArrayWrapper
i
- indexpublic int getSize()
IPrimaryArrayWrapper
getSize
in interface IPrimaryArrayWrapper