ByteArrayWrapper
, DoubleArrayWrapper
, FloatArrayWrapper
, IntArrayWrapper
, IntensityGraphFigure.UnsignedPrimitiveArrayWrapper
, LongArrayWrapper
, ShortArrayWrapper
public interface IPrimaryArrayWrapper
Modifier and Type | Method | Description |
---|---|---|
double |
get(int i) |
Get the array element value at index i.
|
int |
getSize() |
Get size of the array.
|