toggle menu
stream-chat-android
7.0.1
jvm
switch theme
search in API
stream-chat-android-core
/
io.getstream.chat.android.extensions
/
limitTo
limit
To
fun
Float
.
limitTo
(
min
:
Float
,
max
:
Float
)
:
Float
Limits the float value to the given range.
Parameters
min
The minimum value.
max
The maximum value.