MarkLogic 12 EA 1 Product Documentation
vec.dimensionvec.dimension(
vector1 as vec.vector
) as Number
Summary
Returns the dimension of the vector passed in.
Parameters |
vector1 |
The vector to find the dimension of.
|
Example
vec.dimension(vec.vector([3.14, 1.59, 2.65]))
=> 3
Stack Overflow: Get the most useful answers to questions from the MarkLogic community, or ask your own question.