Operator 演算子

&*(_:_:)

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

Declaration 宣言

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