doubleArrayOf

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

Returns an array containing the specified Double numbers.

Since Kotlin

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

Returns an array containing the specified Double numbers.

Since Kotlin

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

Returns an array containing the specified Double numbers.

Since Kotlin

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

Returns an array containing the specified Double numbers.

Since Kotlin

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

Returns an array containing the specified Double numbers.

Since Kotlin

1.8