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