Aracılığıyla paylaş


Window<TKey,TSource>.PopulationVariance Yöntem

Tanım

Aşırı Yüklemeler

PopulationVariance(Expression<Func<TSource,Nullable<Double>>>)

Penceredeki öğelerin popülasyon varyansını hesaplar.

PopulationVariance(Expression<Func<TSource,Nullable<Int64>>>)

Penceredeki öğelerin popülasyon varyansını hesaplar.

PopulationVariance(Expression<Func<TSource,Nullable<Double>>>)

Penceredeki öğelerin popülasyon varyansını hesaplar.

public Microsoft.StreamProcessing.Aggregates.IAggregate<TSource,System.Collections.Generic.List<double>,Nullable<double>> PopulationVariance(System.Linq.Expressions.Expression<Func<TSource,Nullable<double>>> selector);
member this.PopulationVariance : System.Linq.Expressions.Expression<Func<'Source, Nullable<double>>> -> Microsoft.StreamProcessing.Aggregates.IAggregate<'Source, System.Collections.Generic.List<double>, Nullable<double>>
Public Function PopulationVariance (selector As Expression(Of Func(Of TSource, Nullable(Of Double)))) As IAggregate(Of TSource, List(Of Double), Nullable(Of Double))

Parametreler

selector
Expression<Func<TSource,Nullable<Double>>>

Döndürülenler

Şunlara uygulanır

PopulationVariance(Expression<Func<TSource,Nullable<Int64>>>)

Penceredeki öğelerin popülasyon varyansını hesaplar.

public Microsoft.StreamProcessing.Aggregates.IAggregate<TSource,System.Collections.Generic.List<double>,Nullable<double>> PopulationVariance(System.Linq.Expressions.Expression<Func<TSource,Nullable<long>>> selector);
member this.PopulationVariance : System.Linq.Expressions.Expression<Func<'Source, Nullable<int64>>> -> Microsoft.StreamProcessing.Aggregates.IAggregate<'Source, System.Collections.Generic.List<double>, Nullable<double>>
Public Function PopulationVariance (selector As Expression(Of Func(Of TSource, Nullable(Of Long)))) As IAggregate(Of TSource, List(Of Double), Nullable(Of Double))

Parametreler

selector
Expression<Func<TSource,Nullable<Int64>>>

Döndürülenler

Şunlara uygulanır