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

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

The newest version!
// Automatically generated - do not modify!

@file:JsModule("cesium")

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
 */
external fun subdivideArray(
    array: Array,
    numberOfArrays: Int,
)




© 2015 - 2024 Weber Informatics LLC | Privacy Policy