kotlin-stdlib / kotlin / doubleArrayOf doubleArrayOf Common JVM JS Native 1.0 fun doubleArrayOf(vararg elements: Double): DoubleArray(Common source) (JS source) (Native source) Returns an array containing the specified Double numbers.