Uses of Interface
microsim.statistics.ILongArraySource
Packages that use ILongArraySource
-
Uses of ILongArraySource in microsim.statistics
Classes in microsim.statistics that implement ILongArraySource -
Uses of ILongArraySource in microsim.statistics.functions
Fields in microsim.statistics.functions declared as ILongArraySourceConstructors in microsim.statistics.functions with parameters of type ILongArraySourceModifierConstructorDescriptionCreate a function on a long array source.CountArrayFunction(ILongArraySource source) Create a count function on a long array source.Long(ILongArraySource source) Create a maximum function on a long array source.Long(ILongArraySource source) Create a minimum function on a long array source.Long(ILongArraySource source) Create a sum function on a long array source.MaxArrayFunction(ILongArraySource source) Create a maximum function on a long array source.MeanArrayFunction(ILongArraySource source) Create a mean function on a long array source.Create a mean function on a long array source.MinArrayFunction(ILongArraySource source) Create a minimum function on a long array source.MovingAverageArrayFunction(ILongArraySource source, int window) Create a count function on a long array source.Create a percentile function on a long array source.SumArrayFunction(ILongArraySource source) Create a sum function on a long array source.