dimensions property

int get dimensions

The number of dimensions in the vector.

Implementation

int get dimensions => vector.length;