Int32x4Extension extension
extension for Int32x4.
- 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, {num tolerance = 0.0}) → bool -
Available on Int32x4, provided by the Int32x4Extension extension
Returns true if equals toothervalues. -
filter(
Int32x4 mapper(Int32x4 e)) → Int32x4 -
Available on Int32x4, provided by the Int32x4Extension extension
Filter this withmapper. -
filterToDoubleValues(
double mapper(int e)) → Float32x4 -
Available on Int32x4, provided by the Int32x4Extension extension
Filter each value withmapperand return a Float32x4. -
filterValues(
int mapper(int e)) → Int32x4 -
Available on Int32x4, provided by the Int32x4Extension extension
Filter each value withmapperand return a Int32x4. -
map<
T> (T mapper(Int32x4 e)) → T -
Available on Int32x4, provided by the Int32x4Extension extension
Map usingmapper. -
sumLanePartial(
int size) → int -
Available on Int32x4, provided by the Int32x4Extension extension
Sum part of the lane, untilsize. -
sumSquaresLanePartial(
int size) → int -
Available on Int32x4, provided by the Int32x4Extension extension
Sum part of the lane squares, untilsize. -
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 asList<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