다음을 통해 공유


EdmFunctions.StDevP(DbExpression) 메서드

정의

지정한 컬렉션의 모집단에 대해 정식 'StDevP' 함수를 호출하는 DbFunctionExpression을 만듭니다. 이 식의 결과 형식은 Edm.Double입니다.

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

매개 변수

collection
DbExpression

표준 편차를 계산해야 하는 컬렉션을 지정하는 식입니다.

반환

표준 편차값을 생성하는 새 DbFunctionExpression입니다.

특성

적용 대상