Mono Class Library: Mono.Simd.VectorOperations Overview | Members

Mono.Simd.VectorOperations.CompareEqual Method

Documentation for this section has not yet been entered. [Edit]

[Mono.Simd.Acceleration(Mono.Simd.AccelMode.SSE1)]
public static Vector4f CompareEqual (this Vector4f v1, Vector4f v2)

Parameters

v1
First vector. [Edit]
v1
Second vector. [Edit]

Returns

Documentation for this section has not yet been entered. [Edit]

Remarks

Equal components get all their bits set to 1; Unequal components gets the value set to zero. You can cast the result into a Vector4ui and compare the integer properties to UInt32.MaxValue. [Edit]

Requirements

Namespace: Mono.Simd
Assembly: Mono.Simd (in Mono.Simd.dll)
Assembly Versions: 2.0.0.0