Vector64.GreaterThanOrEqual<T> Method

Definition

Compares two vectors to determine which is greater or equal on a per-element basis.

public static System.Runtime.Intrinsics.Vector64<T> GreaterThanOrEqual<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right) where T : struct;
public static System.Runtime.Intrinsics.Vector64<T> GreaterThanOrEqual<T> (System.Runtime.Intrinsics.Vector64<T> left, System.Runtime.Intrinsics.Vector64<T> right);

Type Parameters

T

The type of the elements in the vector.

Parameters

left
Vector64<T>

The vector to compare with left.

right
Vector64<T>

The vector to compare with right.

Returns

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater or equal.

Exceptions

The type of left and right (T) is not supported.

Applies to

Vara Útgáfur
.NET 7, 8, 9