EntityFunctions.StandardDeviation 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 StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
Overloads
| Name | Description |
|---|---|
| StandardDeviation(IEnumerable<Nullable<Int64>>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Nullable<Int32>>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Nullable<Double>>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Decimal>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Int32>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Double>) |
Roept de canonieke |
| StandardDeviation(IEnumerable<Int64>) |
Roept de canonieke |
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
StandardDeviation(IEnumerable<Nullable<Int64>>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<Nullable<long>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<long?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<Nullable<int64>> -> Nullable<double>
Public Shared Function StandardDeviation (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 invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Nullable<Int32>>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<Nullable<int>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<int?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<Nullable<int>> -> Nullable<double>
Public Shared Function StandardDeviation (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 invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Nullable<Double>>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<Nullable<double>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<double?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<Nullable<double>> -> Nullable<double>
Public Shared Function StandardDeviation (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 invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Nullable<Decimal>>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<Nullable<System::Decimal>> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<decimal?> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<Nullable<decimal>> -> Nullable<double>
Public Shared Function StandardDeviation (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 invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Decimal>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<System::Decimal> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<decimal> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<decimal> -> Nullable<double>
Public Shared Function StandardDeviation (collection As IEnumerable(Of Decimal)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Decimal>
Een set numerieke waarden.
Retouren
De statistische standaarddeviatie van de invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Int32>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<int> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<int> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<int> -> Nullable<double>
Public Shared Function StandardDeviation (collection As IEnumerable(Of Integer)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Int32>
Een set numerieke waarden.
Retouren
De statistische standaarddeviatie van de invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Double>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<double> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<double> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<double> -> Nullable<double>
Public Shared Function StandardDeviation (collection As IEnumerable(Of Double)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Double>
Een set numerieke waarden.
Retouren
De statistische standaarddeviatie van de invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.
Van toepassing op
StandardDeviation(IEnumerable<Int64>)
Roept de canonieke StDev functie aan. Zie Canonical Functions voor informatie over de canonieke StDev functie.
public:
static Nullable<double> StandardDeviation(System::Collections::Generic::IEnumerable<long> ^ collection);
[System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")]
public static double? StandardDeviation(System.Collections.Generic.IEnumerable<long> collection);
[<System.Data.Objects.DataClasses.EdmFunction("Edm", "StDev")>]
static member StandardDeviation : seq<int64> -> Nullable<double>
Public Shared Function StandardDeviation (collection As IEnumerable(Of Long)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Int64>
Een set numerieke waarden.
Retouren
De statistische standaarddeviatie van de invoerverzameling.
- Kenmerken
Opmerkingen
Deze functie wordt vertaald naar een bijbehorende functie in de database.