Summary: Random, standalone functions for array analysis.

Function Summary
gtVRAIdx Get the array index, at which the (first instance of the) desired value exists.
isInAscRA Is the desired value in the ordered-ascending array of values?
isRA Is the provided object an array?


util_array.js: Overview

Random, standalone functions for array analysis.







TOP     util_array.gtVRAIdx()

Get the array index, at which the (first instance of the) desired value exists.

PARAMETERS

RETURNS

SIGNATURE

gtVRAIdx(s_callingFunc, v_alue, a_value)





TOP     util_array.isInAscRA()

Is the desired value in the ordered-ascending array of values?

PARAMETERS

RETURNS

SIGNATURE

isInAscRA(v_alue, a_value)





TOP     util_array.isRA()

Is the provided object an array?

This concept comes from Kas Thomas, at http://www.planetpdf.com/mainpage.asp?webpageid=1144

PARAMETERS

RETURNS

SIGNATURE

isRA(o_potentialArray)





























___RPLC___ vfjs_doc_footer ___RPLCZ___