doubleArrayOf
fun
doubleArrayOf
(
vararg
elements
:
Double
)
:
DoubleArray
(Common source) (JS source) (Native source)
Returns an array containing the specified Double numbers.