EdmFunctions.StDevP(DbExpression) メソッド

定義

指定したコレクションの作成に対して正規の 'StDevP' 関数を呼び出す DbFunctionExpression を作成します。 式の結果の型は Edm.Double です。

public:
[System::Runtime::CompilerServices::Extension]
 static System::Data::Common::CommandTrees::DbFunctionExpression ^ StDevP(System::Data::Common::CommandTrees::DbExpression ^ collection);
public static System.Data.Common.CommandTrees.DbFunctionExpression StDevP(this System.Data.Common.CommandTrees.DbExpression collection);
static member StDevP : System.Data.Common.CommandTrees.DbExpression -> System.Data.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StDevP (collection As DbExpression) As DbFunctionExpression

パラメーター

collection
DbExpression

標準偏差を計算するコレクションを指定する式。

返品

標準偏差値を生成する新しい DbFunctionExpression。

例外

collectionnullです。

collection が無効です。

適用対象