sdk
Toggle table of contents
androidJvm
Target filter
androidJvm
Switch theme
Search in API
Skip to content
sdk
sdk
/
com.m8test.script.core.api.json
/
JsonPrimitive
/
asDoubleOrNull
as
Double
Or
Null
abstract
fun
asDoubleOrNull
(
)
:
Double
?
如果此元素是有效的
Double
数字,则返回其值;否则返回
null
。
Return
Double
值或
null
。