withY abstract method

Float32x4 withY(
  1. double y
)

Returns a new Float32x4 copied from this Float32x4 with a new y value.

Implementation

Float32x4 withY(double y);