Package microsim.statistics
Interface IntArraySource
- All Known Implementing Classes:
CrossSection.Integer
,Series.Integer
public interface IntArraySource
Used by statistical objects to access arrays of integer values.
-
Method Summary
Modifier and TypeMethodDescriptionint @NonNull []
Returns a particular array ofinteger
values.
-
Method Details
-
getIntArray
int @NonNull [] getIntArray()Returns a particular array ofinteger
values.- Returns:
- an array of
integer
.
-