Package microsim.statistics
Interface DoubleArraySource
- All Known Implementing Classes:
CrossSection.Double
,Series.Double
public interface DoubleArraySource
Used by statistical objects to access arrays of double values.
-
Method Summary
Modifier and TypeMethodDescriptiondouble @NonNull []
Returns the currently cached array of double values.
-
Method Details
-
getDoubleArray
double @NonNull [] getDoubleArray()Returns the currently cached array of double values.- Returns:
- An array of double or a null pointer if the source is empty.
-