sumSquaresLane property

int get sumSquaresLane

Sum lane squares.

Implementation

int get sumSquaresLane => (x * x) + (y * y) + (z * z) + (w * w);