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

static.js.vendor.openlayers3.externs.vbarray.js Maven / Gradle / Ivy

The newest version!
/**
 * @externs
 * @see http://msdn.microsoft.com/en-us/library/y39d47w8(v=vs.94).aspx
 */



/**
 * FIXME check argument type
 * @constructor
 * @param {VBArray|string} safeArray
 */
var VBArray = function(safeArray) {};


/**
 * @return {number}
 */
VBArray.prototype.dimensions = function() {};


/**
 * @param {...number} var_args
 * @return {*}
 */
VBArray.prototype.getItem = function(var_args) {};


/**
 * @param {number=} opt_dimension
 * @return {*}
 */
VBArray.prototype.lbound = function(opt_dimension) {};


/**
 * @return {Array.}
 */
VBArray.prototype.toArray = function() {};


/**
 * @param {number=} opt_dimension
 * @return {*}
 */
VBArray.prototype.ubound = function(opt_dimension) {};




© 2015 - 2025 Weber Informatics LLC | Privacy Policy