EntityFunctions.StandardDeviationP Methode

Definitie

Roept de canonieke StDevP functie aan, die de statistische standaarddeviatie voor een populatie retourneert. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

Overloads

Name Description
StandardDeviationP(IEnumerable<Nullable<Int32>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Nullable<Int64>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Nullable<Double>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Nullable<Decimal>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Int32>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Double>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Decimal>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

StandardDeviationP(IEnumerable<Int64>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

StandardDeviationP(IEnumerable<Nullable<Int32>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<Nullable<int>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<int?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<Nullable<int>> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Nullable(Of Integer))) As Nullable(Of Double)

Parameters

collection
IEnumerable<Nullable<Int32>>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Nullable<Int64>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<Nullable<long>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<long?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<Nullable<int64>> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Nullable(Of Long))) As Nullable(Of Double)

Parameters

collection
IEnumerable<Nullable<Int64>>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Nullable<Double>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<Nullable<double>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<double?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<Nullable<double>> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Nullable(Of Double))) As Nullable(Of Double)

Parameters

collection
IEnumerable<Nullable<Double>>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Nullable<Decimal>>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<Nullable<System::Decimal>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<decimal?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<Nullable<decimal>> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Nullable(Of Decimal))) As Nullable(Of Double)

Parameters

collection
IEnumerable<Nullable<Decimal>>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Int32>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<int> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<int> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<int> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Integer)) As Nullable(Of Double)

Parameters

collection
IEnumerable<Int32>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Double>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<double> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<double> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<double> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Double)) As Nullable(Of Double)

Parameters

collection
IEnumerable<Double>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Decimal>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<System::Decimal> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<decimal> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<decimal> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Decimal)) As Nullable(Of Double)

Parameters

collection
IEnumerable<Decimal>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op

StandardDeviationP(IEnumerable<Int64>)

Roept de canonieke StDevP functie aan. Zie Canonical Functions voor informatie over de canonieke StDevP functie.

public:
 static Nullable<double> StandardDeviationP(System::Collections::Generic::IEnumerable<long> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")]
public static double? StandardDeviationP(System.Collections.Generic.IEnumerable<long> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDevP")>]
static member StandardDeviationP : seq<int64> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Long)) As Nullable(Of Double)

Parameters

collection
IEnumerable<Int64>

Een set numerieke waarden.

Retouren

De statistische standaarddeviatie van de populatie in de invoerverzameling.

Kenmerken

Opmerkingen

Deze functie wordt vertaald naar een bijbehorende functie in de database.

Van toepassing op