EntityFunctions.VarP Methode

Definitie

Roept de canonieke VarP functie aan, die de statistische variantie van een populatie retourneert. Zie Canonical Functions voor informatie over de canonieke VarP functie.

Overloads

Name Description
VarP(IEnumerable<Nullable<Decimal>>)

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

VarP(IEnumerable<Nullable<Double>>)

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

VarP(IEnumerable<Int64>)

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

VarP(IEnumerable<Nullable<Int32>>)

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

VarP(IEnumerable<Double>)

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

VarP(IEnumerable<Decimal>)

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

VarP(IEnumerable<Int32>)

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

VarP(IEnumerable<Nullable<Int64>>)

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

Opmerkingen

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

VarP(IEnumerable<Nullable<Decimal>>)

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

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

Parameters

collection
IEnumerable<Nullable<Decimal>>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Nullable<Double>>)

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

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

Parameters

collection
IEnumerable<Nullable<Double>>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Int64>)

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

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

Parameters

collection
IEnumerable<Int64>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Nullable<Int32>>)

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

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

Parameters

collection
IEnumerable<Nullable<Int32>>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Double>)

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

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

Parameters

collection
IEnumerable<Double>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Decimal>)

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

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

Parameters

collection
IEnumerable<Decimal>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Int32>)

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

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

Parameters

collection
IEnumerable<Int32>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op

VarP(IEnumerable<Nullable<Int64>>)

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

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

Parameters

collection
IEnumerable<Nullable<Int64>>

De set waarden waarvoor de variantie wordt berekend.

Retouren

De statistische variantie van de populatie in de opgegeven verzameling.

Kenmerken

Opmerkingen

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

Van toepassing op