menu
dart_matrix package
documentation
matrix.dart
Matrix
getSize method
getSize method
dark_mode
light_mode
getSize
method
List
<
int
>
getSize
(
)
Gets the size of the matrix
Implementation
List<int> getSize() => getDimensions();
dart_matrix package
documentation
matrix
Matrix
getSize method
Matrix class