doubleArrayOf

fun doubleArrayOf(vararg elements: Double): DoubleArray(source)(source)

Returns an array containing the specified Double numbers.

Since Kotlin

1.1

fun doubleArrayOf(vararg elements: Double): DoubleArray(source)(source)

Since Kotlin

1.1
fun doubleArrayOf(vararg elements: Double): DoubleArray(source)

Returns an array containing the specified Double numbers.

Since Kotlin

1.0