Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-js
/
js.intl
/
NumberFormat
/
formatRangeToParts
format
Range
To
Parts
fun
formatRangeToParts
(
start
:
Double
,
end
:
Double
)
:
ReadonlyArray
<
NumberRangeFormatPart
>
(
source
)
fun
formatRangeToParts
(
start
:
BigInt
,
end
:
BigInt
)
:
ReadonlyArray
<
NumberRangeFormatPart
>
(
source
)
fun
formatRangeToParts
(
start
:
StringNumericLiteral
,
end
:
StringNumericLiteral
)
:
ReadonlyArray
<
NumberRangeFormatPart
>
(
source
)