Operator
演算子
.!=(_:
.!=(_:_:)
A vector mask with the result of a pointwise inequality comparison.
あるポイント単位不等比較の結果をもつベクターマスク。
Availability
- iOS 15.0+
- iPadOS 15.0+
- macOS 12.0+
- Mac Catalyst 15.0+
- tvOS 15.0+
- watchOS 8.0+
- Xcode 13.0+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
static func .!= (a: SIMD8
<Scalar>, b: SIMD8
<Scalar>) -> SIMDMask
<SIMD8
<Scalar>.MaskStorage
>
Available when
Scalar
is Int
.
Scalar
がInt
である時に利用可能です。