Operator
演算子
.<(_:
.<(_:_:)
A vector mask with the result of a pointwise less-than 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: SIMD16
<Scalar>, b: SIMD16
<Scalar>) -> SIMDMask
<SIMD16
<Scalar>.MaskStorage
>
Available when
Scalar
is UInt32
.
Scalar
がUInt32
である時に利用可能です。