interface Round {
    $round: [NumberExpression, NumberExpression?];
}

Properties

Properties

Rounds a number to to a whole integer or to a specified decimal place.