Array.Double, Array.Float
Constructor and Description |
---|
Double(double... values) |
Modifier and Type | Method and Description |
---|---|
void |
copyTo(int srcPos,
double[] dest,
int destPos,
int length)
Copies an array from the primitive array wrapped, beginning at the
specified position, to the specified position of the destination array.
|
int |
getLength()
Returns the length of the primitive array wrapped.
|
double |
getValue(int i)
Returns the ith value of the array wrapped.
|
public final int getLength()
Array
public final double getValue(int i)
Array
public final void copyTo(int srcPos, double[] dest, int destPos, int length)
Array
Copyright © 2014–2017 European Space Agency (ESA). All rights reserved.