The value to clamp.
The minimum allowed value.
The maximum allowed value.
The clamped value.
Formats metric values according to the framework rules:
The number to format.
The display format type.
The display symbol.
The formatted number string.
Formats a number with display format and symbols.
The number to format.
The display format type.
The display symbol (percent, currency, none).
Optionalcurrency: stringCurrency symbol (default: "$").
The formatted number string.
Formats values for table display with proper separators and display symbols. Adds thousands separators (commas) for readability and display symbols if specified. Does NOT modify decimal places (preserves original precision). Does NOT abbreviate large numbers (no K, M, B, T suffixes).
The number to format.
The display symbol.
The formatted number string.
Formats a number with thousands suffixes (k, m, b, t).
The number to format.
Number of decimal places to show (default: 0).
The formatted number with suffix.
Generates an array of numbers from given start and end point
Formats a number for display with specified decimal digits.
The number to format.
Formatting options.
Number of decimal places to show (default: 0).
The formatted number string.
Clamps a number between a minimum and maximum value.