4 references to StDev
System.Data.Common (4)
System\Data\Filter\AggregateNode.cs (2)
18
StDev = FunctionId.
StDev
, // Statistical standard deviation
59
else if (aggregateType == FunctionId.
StDev
)
System\Data\Filter\FunctionNode.cs (2)
39
new Function("StDev", FunctionId.
StDev
, typeof(object), false, false, 1, null, null, null),
589
(s_funcs[_info]._id == FunctionId.
StDev
) ||