Doctrine\MongoDB\Aggregation\Stage\Group::stdDevPop PHP Méthode

stdDevPop() public méthode

The argument can be any expression as long as it resolves to an array.
See also: https://docs.mongodb.org/manual/reference/operator/aggregation/stdDevPop/
See also: Expr::stdDevPop
Since: 1.3
public stdDevPop ( mixed | Expr $expression )
$expression mixed | Doctrine\MongoDB\Aggregation\Expr
    public function stdDevPop($expression)
    {
        $this->expr->stdDevPop($expression);
        return $this;
    }