All Downloads are FREE. Search and download functionalities are using the official Maven repository.

main.cesium.subdivideArray.kt Maven / Gradle / Ivy

There is a newer version: 1.90.0-10
Show newest version
// Automatically generated - do not modify!

package cesium

/**
 * Subdivides an array into a number of smaller, equal sized arrays.
 * @param [array] The array to divide.
 * @param [numberOfArrays] The number of arrays to divide the provided array into.
 * @see Online Documentation
 */
@JsName("\$cesium__subdivideArray")
external fun subdivideArray(
    array: Array,
    numberOfArrays: Int,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy