Operatorswift 6.0.3Swift
.!=(_:_:)
A vector mask with the result of a pointwise inequality comparison.
static func .!= (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise inequality comparison.
static func .!= (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
ss5SIMD3VsSdRszrlE3zneoiys8SIMDMaskVyABys5Int64VGGABySdG_AJtFZ
What are these?2DCLY
where Scalar == Double
import Swift
@frozen struct SIMD3<Scalar> where Scalar : SIMDScalar
A vector of three scalar values.
@frozen struct SIMDMask<Storage> where Storage : SIMD, Storage.Scalar : FixedWidthInteger, Storage.Scalar : SignedInteger
typealias MaskStorage = SIMD3<Scalar.SIMDMaskScalar>
@frozen struct Double
A double-precision, floating-point value type.
static func .< (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise less-than comparison.
static func .<= (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise less-than-or-equal-to comparison.
static func .== (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise equality comparison.
static func .> (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise greater-than comparison.
static func .>= (a: SIMD3<Scalar>, b: SIMD3<Scalar>) -> SIMDMask<SIMD3<Scalar>.MaskStorage>
A vector mask with the result of a pointwise greater-than-or-equal-to comparison.