
main.cesium.subdivideArray.kt Maven / Gradle / Ivy
// Automatically generated - do not modify!
@file:JsModule("cesium")
@file:JsNonModule
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 - 2025 Weber Informatics LLC | Privacy Policy