The vector to convert. 変換するベクター。
Generic Initializerinit(truncating
init(truncatingIfNeeded:)
Creates a new vector from the given vector, truncating the bit patterns of the given vector’s elements if necessary.
ある新しいベクターをこの与えられたベクターから作成します、与えられたベクターのもつ要素のビットパターンを必要に応じて切り詰めます。
Availability
- iOS 8.0+
- iPadOS 8.0+
- macOS 10.10+
- Mac Catalyst 13.0+
- tvOS 9.0+
- watchOS 2.0+
- Xcode 10.2+
Technology
- Swift Standard Library Swift標準ライブラリ
Declaration 宣言
init<Other>(truncatingIfNeeded other: SIMD8
<Other>) where Other : FixedWidthInteger
, Other : SIMDScalar
Available when
Scalar
conforms to FixedWidthInteger
.
Scalar
がFixedWidthInteger
に準拠する場合に利用可能です。
Parameters パラメータ
other