of

fun of(vararg values: Double): F64FlatArray

Creates a new flat array from the given values.

Return

the created array

Parameters

values

the values


@JvmName(name = "ofArray")
fun of(data: DoubleArray): F64FlatArray

Creates a new flat array from the given values.

Return

the created array

Parameters

data

the values