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