dimension property

int get dimension

Implementation

int get dimension {
  _ensureOpen();
  return _bindings.zvecGetDimension(_handle);
}