Appearance
function round(value: number): number;
Round a number to the nearest integer.
value
number
Rounded integer.