Home > @infiniteobjects/core-library-web > Numbers
Number related utilities.
Signature:
export declare class Numbers
Method | Modifiers | Description |
---|---|---|
clamp(num, max, min) | static |
Clamps num within the inclusive range specified by the boundary values |
round(num, precision) | static |
Computes number rounded to precision |