toInt32x4 method

Int32x4 toInt32x4()

Converts to a Int32x4.

Implementation

Int32x4 toInt32x4() => Int32x4(x.toInt(), y.toInt(), z.toInt(), w.toInt());