DbFunctions.StandardDeviationP Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Overloads
StandardDeviationP(IEnumerable<Nullable<Int64>>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Nullable<Int32>>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Nullable<Double>>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Int64>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Double>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Int32>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Decimal>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Nullable<Decimal>>) |
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population. |
StandardDeviationP(IEnumerable<Nullable<Int64>>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<Nullable<long>> collection);
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>>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Nullable<Int32>>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<Nullable<int>> collection);
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>>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Nullable<Double>>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<Nullable<double>> collection);
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>>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Int64>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<long> collection);
static member StandardDeviationP : seq<int64> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Long)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Int64>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Double>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<double> collection);
static member StandardDeviationP : seq<double> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Double)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Double>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Int32>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<int> collection);
static member StandardDeviationP : seq<int> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Integer)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Int32>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Decimal>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<decimal> collection);
static member StandardDeviationP : seq<decimal> -> Nullable<double>
Public Shared Function StandardDeviationP (collection As IEnumerable(Of Decimal)) As Nullable(Of Double)
Parameters
- collection
- IEnumerable<Decimal>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
StandardDeviationP(IEnumerable<Nullable<Decimal>>)
When used as part of a LINQ to Entities query, this method invokes the canonical StDevP EDM function to calculate the standard deviation for the population.
[System.Data.Entity.DbFunction("Edm", "StDevP")]
[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Design", "CA1006:DoNotNestGenericTypesInMemberSignatures")]
public static Nullable<double> StandardDeviationP (System.Collections.Generic.IEnumerable<Nullable<decimal>> collection);
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>>
The collection over which to perform the calculation.
Returns
The standard deviation for the population.
- Attributes
Remarks
You cannot call this function directly. This function can only appear within a LINQ to Entities query. This function is translated to a corresponding function in the database.
Applies to
Entity Framework