Skip to content

Util.Numer.roundTo

github-actions[bot] edited this page Sep 30, 2024 · 2 revisions

what decimal place it should round to, defaults to 0
type: Number

let numer = new Numer(2500, { roundTo: 2 });

numer.value; // "2,500.00"


🛈 Client

🛈 AddonService

🛈 AttachmentService

🛈 ChannelService

🛈 CommandService

🛈 ComponentService

🛈 ErrorService

🛈 EventService

🛈 ExpressionService

🛈 GuildService

🛈 LogService

🛈 MessageService

🛈 PermissionService

🛈 RoleService

🛈 StorageService

🛈 TypeService

🛈 UserService

🛈 UtilService

🛈 VoiceService


Clone this wiki locally