```val Number.d: Double get() = toDouble()``` ...
# getting-started
e
Copy code
val Number.d: Double
    get() = toDouble()
And then you can type
0.d
, other than that, no easiest options