public StatisticsDescription( Field field, IEnumerable<StatisticsFunction> statisticsFunctions )
Public Function New( _ ByVal field As Field, _ ByVal statisticsFunctions As IEnumerable(Of StatisticsFunction) _ )
Parameters
- field
- The Field upon which statistics functions are performed.
- statisticsFunctions
- An IEnumerable of one or more StatisticsFunctions, specifying what statistics should be computed.