EntityFunctions.StandardDeviationP Methode
Definitie
Belangrijk
Bepaalde informatie heeft betrekking op een voorlopige productversie die aanzienlijk kan worden gewijzigd voordat deze wordt uitgebracht. Microsoft biedt geen enkele expliciete of impliciete garanties met betrekking tot de informatie die hier wordt verstrekt.
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 |
| StandardDeviationP(IEnumerable<Nullable<Int64>>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Nullable<Double>>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Int32>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Double>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Decimal>) |
Roept de canonieke |
| StandardDeviationP(IEnumerable<Int64>) |
Roept de canonieke |
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.