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 Type
    Method
    Description
    double @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()