Int32x4Extension extension

on

Properties

maxInLane int

Available on Int32x4, provided by the Int32x4Extension extension

Returns the maximum lane value.
no setter
minInLane int

Available on Int32x4, provided by the Int32x4Extension extension

Returns the minimal lane value.
no setter
sumLane int

Available on Int32x4, provided by the Int32x4Extension extension

Sum lane.
no setter
sumSquaresLane int

Available on Int32x4, provided by the Int32x4Extension extension

Sum lane squares.
no setter

Methods

equalsValues(Int32x4 other) bool

Available on Int32x4, provided by the Int32x4Extension extension

Returns true if equals to other values.
filter(Int32x4 mapper(Int32x4 e)) Int32x4

Available on Int32x4, provided by the Int32x4Extension extension

Filter this with mapper.
filterToDoubleValues(double mapper(int e)) Float32x4

Available on Int32x4, provided by the Int32x4Extension extension

Filter each value with mapper and return a Float32x4.
filterValues(int mapper(int e)) Int32x4

Available on Int32x4, provided by the Int32x4Extension extension

Filter each value with mapper and return a Int32x4.
map<T>(T mapper(Int32x4 e)) → T

Available on Int32x4, provided by the Int32x4Extension extension

Map using mapper.
sumLanePartial(int size) int

Available on Int32x4, provided by the Int32x4Extension extension

Sum part of the lane, until size.
sumSquaresLanePartial(int size) int

Available on Int32x4, provided by the Int32x4Extension extension

Sum part of the lane squares, until size.
toFloat32x4() Float32x4

Available on Int32x4, provided by the Int32x4Extension extension

Converts to a Float32x4.
toInts() List<int>

Available on Int32x4, provided by the Int32x4Extension extension

Returns values as List<int>.

Operators

operator *(Int32x4 other) Int32x4

Available on Int32x4, provided by the Int32x4Extension extension

operator ~/(Int32x4 other) Int32x4

Available on Int32x4, provided by the Int32x4Extension extension