floatArrayOf

abstract fun floatArrayOf(vararg elements: Float): FloatArray

创建 float[] 并将给定元素添加到数组中.

Return

新创建的数组

Parameters

elements

数组元素