public class DoubleArrayResult extends DoubleArrayResultType
Constructor and Description |
---|
DoubleArrayResult() |
DoubleArrayResult(int size) |
Modifier and Type | Method and Description |
---|---|
void |
add(double value) |
double |
get(int index)
The first double is at index = 0;
|
int |
length()
Returns the length of this descriptor.
|
String |
toString()
String representation of the result.
|
public DoubleArrayResult()
public DoubleArrayResult(int size)
public void add(double value)
public double get(int index)
public int length()
IDescriptorResult
length
in interface IDescriptorResult
length
in class DoubleArrayResultType
public String toString()
IDescriptorResult
toString
in interface IDescriptorResult
toString
in class DoubleArrayResultType
Copyright © 2018. All Rights Reserved.