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