Generic Initializer

init(truncatingIfNeeded:)

Creates a new vector from the given vector, truncating the bit patterns of the given vector’s elements if necessary. ある新しいベクターをこの与えられたベクターから作成します、与えられたベクターのもつ要素のビットパターンを必要に応じて切り詰めます。

Declaration 宣言

init<Other>(truncatingIfNeeded other: SIMD8<Other>) where Other : FixedWidthInteger, Other : SIMDScalar
Available when Scalar conforms to FixedWidthInteger. ScalarFixedWidthIntegerに準拠する場合に利用可能です。

Parameters パラメータ

other

The vector to convert. 変換するベクター。