EntityFunctions.StandardDeviation 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.
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
Overloads
StandardDeviation(IEnumerable<Nullable<Int64>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Int32>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Double>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Nullable<Decimal>>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Decimal>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Int32>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Double>) |
Invokes the canonical |
StandardDeviation(IEnumerable<Int64>) |
Invokes the canonical |
Remarks
This function is translated to a corresponding function in the database.
StandardDeviation(IEnumerable<Nullable<Int64>>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Nullable<Int32>>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Nullable<Double>>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Nullable<Decimal>>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Decimal>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Int32>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Double>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.
Applies to
StandardDeviation(IEnumerable<Int64>)
Invokes the canonical StDev
function. For information about the canonical StDev
function, see Canonical Functions.
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>
A set of numeric values.
Returns
The statistical standard deviation of the input collection.
- Attributes
Remarks
This function is translated to a corresponding function in the database.