round constant

String const round

Rounds the input to the nearest integer. Halfway values are rounded away from zero. For example, ["round", -1.5] evaluates to -2.

Sdk Support: basic functionality with js, android, ios, macos

Implementation

static const round = "round";