init(_:)
Creates a new vector from the given vector of floating-point values.
Declaration
init<Other>(_ other: SIMD2<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalarParameters
- other:
The vector to convert.
Creates a new vector from the given vector of floating-point values.
init<Other>(_ other: SIMD2<Other>) where Other : BinaryFloatingPoint, Other : SIMDScalarThe vector to convert.