EdmFunctions.StDev(DbExpression) メソッド

定義

指定したコレクションの null 以外のメンバーで正規関数 'StDev' を呼び出す DbFunctionExpression を作成します。 式の結果型は Edm.Double です。

[System.Diagnostics.CodeAnalysis.SuppressMessage("Microsoft.Naming", "CA1709:IdentifiersShouldBeCasedCorrectly", MessageId="St")]
public static System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression StDev (this System.Data.Entity.Core.Common.CommandTrees.DbExpression collection);
static member StDev : System.Data.Entity.Core.Common.CommandTrees.DbExpression -> System.Data.Entity.Core.Common.CommandTrees.DbFunctionExpression
<Extension()>
Public Function StDev (collection As DbExpression) As DbFunctionExpression

パラメーター

collection
DbExpression

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

戻り値

コレクションの null 以外のメンバーに対して標準偏差値を生成する新しい DbFunctionExpression。

属性

適用対象