Window<TKey,TSource>.PopulationVariance Yöntem
Tanım
Önemli
Bazı bilgiler ürünün ön sürümüyle ilgilidir ve sürüm öncesinde önemli değişiklikler yapılmış olabilir. Burada verilen bilgilerle ilgili olarak Microsoft açık veya zımni hiçbir garanti vermez.
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>>>