Package org.seamcat.model.types.result
Class VectorResult
- java.lang.Object
-
- org.seamcat.model.types.result.VectorResult
-
public class VectorResult extends java.lang.Object
-
-
Constructor Summary
Constructors Constructor Description VectorResult(double[] values)
VectorResult(java.util.List<java.lang.Double> values)
-
Method Summary
All Methods Instance Methods Concrete Methods Modifier and Type Method Description double[]
asArray()
int
size()
-