Generic Initializer

init(_:)

Creates a new vector from the given vector of integers. ある新しいベクターを整数からなるこの与えられたベクターから作成します。

Declaration 宣言

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

Parameters パラメータ

other

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