Generic Initializer

init(_:)

Creates a new vector from the given vector of floating-point values. ある新しいベクターをこの与えられた浮動小数点値のベクターから作成します。

Declaration 宣言

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

Parameters パラメータ

other

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