sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.ui.compose.unit
/
Dp
/
times
times
abstract
operator
fun
times
(
other
:
Int
)
:
Dp
将
Dp
值乘以一个整数。
Return
返回一个新的
Dp
对象,其值为乘积结果。
Parameters
other
与之相乘的整数。