operator - abstract method

Float32x4 operator -(
  1. Float32x4 other
)

Lane-wise subtraction.

Subtracts the value of each lane of other from the value of the corresponding lane of this value.

Returns the result for each lane.

Implementation

Float32x4 operator -(Float32x4 other);