Type Property
型プロパティ
zero
A vector with zero in all lanes.
全てのレーンにおいてゼロをもつあるベクター。
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 var zero: SIMD64
<Scalar> { get }
Available when
Scalar
conforms to FixedWidthInteger
.
Scalar
がFixedWidthInteger
に準拠する場合に利用可能です。