sum property

dynamic sum

Function returns the sum of array elements

Implementation

dynamic get sum => Matrix2d().sum(this);