'宣言 Public Class NullableInt16AverageAggregator Inherits Infragistics.Olap.AverageAggregator(Of Nullable(Of Short)) Implements IAggregator, Infragistics.Olap.IAggregator(Of Nullable(Of Decimal),AverageValue(Of Nullable(Of Short)),Nullable(Of Short))
public class NullableInt16AverageAggregator : Infragistics.Olap.AverageAggregator<Nullable<short>>, IAggregator, Infragistics.Olap.IAggregator<Nullable<decimal>,AverageValue<Nullable<short>>,Nullable<short>>