operator unary- abstract method

Float32x4 operator unary-()

Lane-wise negation.

Returns a result where each lane is the negation of the corresponding lane of this value.

Implementation

Float32x4 operator -();