dimensions property

int dimensions
final

Dimensions of vectors; vector data with fewer dimensions are ignored. Vectors with more dimensions than specified here are only evaluated up to the given dimension value.

Changing this value causes re-indexing.

Implementation

final int dimensions;