Operator 演算子

&*(_:_:)

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

Declaration 宣言

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