Instance Propertyswift 6.0.1Swift
evenHalf
A half-length vector made up of the even elements of the vector.
var evenHalf: SIMD16<Scalar> { get set }
Other members in extension
Typealiases
Type members
init(
) init(Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar, Scalar
) Creates a new vector from the given elements.
init(lowHalf: SIMD16<Scalar>, highHalf: SIMD16<Scalar>
) Creates a new vector from two half-length vectors.
Instance members
var highHalf: SIMD16<Scalar>
A half-length vector made up of the high elements of the vector.
var lowHalf: SIMD16<Scalar>
A half-length vector made up of the low elements of the vector.
var oddHalf: SIMD16<Scalar>
A half-length vector made up of the odd elements of the vector.
var scalarCount: Int
The number of scalars in the vector.
subscript(Int
) -> Scalar Accesses the scalar at the specified position.