Operator 演算子

&*(_:_:)

The pointwise wrapping product of two vectors. ポイント単位ラップの、2つのベクターの積。

Declaration 宣言

static func &* (a: SIMD4<Scalar>, b: SIMD4<Scalar>) -> SIMD4<Scalar>
Available when Scalar is UInt. ScalarUIntである時に利用可能です。