Operator 演算子

&*(_:_:)

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

Declaration 宣言

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