Operatorswift 6.0.1Swift
.<=(_:_:)
A vector mask with the result of a pointwise less-than-or-equal-to comparison.
- iOS
- 14.0+
- macOS
- 11.0+
- tvOS
- 14.0+
- watchOS
- 7.0+
static func .<= (a: SIMD2<Scalar>, b: SIMD2<Scalar>) -> SIMDMask<SIMD2<Scalar>.MaskStorage>
Other members in extension
Type members
static func .!= (a: SIMD2<Scalar>, b: SIMD2<Scalar>
) -> SIMDMask<SIMD2<Scalar>.MaskStorage> A vector mask with the result of a pointwise inequality comparison.
static func .< (a: SIMD2<Scalar>, b: SIMD2<Scalar>
) -> SIMDMask<SIMD2<Scalar>.MaskStorage> A vector mask with the result of a pointwise less-than comparison.
static func .== (a: SIMD2<Scalar>, b: SIMD2<Scalar>
) -> SIMDMask<SIMD2<Scalar>.MaskStorage> A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD2<Scalar>, b: SIMD2<Scalar>
) -> SIMDMask<SIMD2<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD2<Scalar>, b: SIMD2<Scalar>
) -> SIMDMask<SIMD2<Scalar>.MaskStorage> A vector mask with the result of a pointwise greater-than-or-equal-to comparison.