Cloudstream
Toggle table of contents
common
Target filter
common
Switch theme
Search in API
Skip to content
Cloudstream
Library
/
com.lagradost.cloudstream3
/
Score
/
Companion
/
from5
from5
common
fun
from5
(
value
:
Int
?
)
:
Score
?
(
source
)
value ∈ [0, 5]
fun
from5
(
value
:
Double
?
)
:
Score
?
(
source
)
value ∈ [0.0, 5.0]
fun
from5
(
value
:
Float
?
)
:
Score
?
(
source
)
value ∈ [0.0f, 5.0f]
fun
from5
(
value
:
String
?
)
:
Score
?
(
source
)
value ∈ ["0.0", "5.0"]