Table of Contents

Method GreaterThan_Unsigned

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GreaterThan_Unsigned(Vector128<sbyte>, Vector128<sbyte>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

[CLSCompliant(false)]
public static Vector128<sbyte> GreaterThan_Unsigned(Vector128<sbyte> left, Vector128<sbyte> right)

Parameters

left Vector128<sbyte>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<sbyte>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<sbyte>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<byte>, Vector128<byte>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

public static Vector128<byte> GreaterThan_Unsigned(Vector128<byte> left, Vector128<byte> right)

Parameters

left Vector128<byte>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<byte>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<byte>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<short>, Vector128<short>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

public static Vector128<short> GreaterThan_Unsigned(Vector128<short> left, Vector128<short> right)

Parameters

left Vector128<short>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<short>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<short>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<ushort>, Vector128<ushort>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

[CLSCompliant(false)]
public static Vector128<ushort> GreaterThan_Unsigned(Vector128<ushort> left, Vector128<ushort> right)

Parameters

left Vector128<ushort>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<ushort>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<ushort>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<int>, Vector128<int>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

public static Vector128<int> GreaterThan_Unsigned(Vector128<int> left, Vector128<int> right)

Parameters

left Vector128<int>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<int>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<int>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<uint>, Vector128<uint>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

[CLSCompliant(false)]
public static Vector128<uint> GreaterThan_Unsigned(Vector128<uint> left, Vector128<uint> right)

Parameters

left Vector128<uint>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<uint>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<uint>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<long>, Vector128<long>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

public static Vector128<long> GreaterThan_Unsigned(Vector128<long> left, Vector128<long> right)

Parameters

left Vector128<long>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<long>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<long>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also

GreaterThan_Unsigned(Vector128<ulong>, Vector128<ulong>)

Compares two vectors to determine which is unsigned greater on a per-element basis (比较两个向量,在每个元素的基础上确定哪个是无符号更大). Mnemonic: rt[i] := (T)to_mask(asUnsigned(left[i]) > asUnsigned(right[i])).

[CLSCompliant(false)]
public static Vector128<ulong> GreaterThan_Unsigned(Vector128<ulong> left, Vector128<ulong> right)

Parameters

left Vector128<ulong>

The vector to compare with right (将会与right进行比较的向量).

right Vector128<ulong>

The vector to compare with left (将会与left进行比较的向量).

Returns

Vector128<ulong>

A vector whose elements are all-bits-set or zero, depending on if which of the corresponding elements in left and right were greater (一个向量,其元素是全位为1或0,取决于leftright的对应元素中哪个更大).

See Also