Table of Contents

Method GreaterThan_Unsigned

Namespace
Zyl.VectorTraits
Assembly
VectorTraits.dll

GreaterThan_Unsigned(Vector<sbyte>, Vector<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 Vector<sbyte> GreaterThan_Unsigned(Vector<sbyte> left, Vector<sbyte> right)

Parameters

left Vector<sbyte>

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

right Vector<sbyte>

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

Returns

Vector<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(Vector<byte>, Vector<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 Vector<byte> GreaterThan_Unsigned(Vector<byte> left, Vector<byte> right)

Parameters

left Vector<byte>

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

right Vector<byte>

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

Returns

Vector<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(Vector<short>, Vector<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 Vector<short> GreaterThan_Unsigned(Vector<short> left, Vector<short> right)

Parameters

left Vector<short>

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

right Vector<short>

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

Returns

Vector<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(Vector<ushort>, Vector<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 Vector<ushort> GreaterThan_Unsigned(Vector<ushort> left, Vector<ushort> right)

Parameters

left Vector<ushort>

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

right Vector<ushort>

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

Returns

Vector<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(Vector<int>, Vector<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 Vector<int> GreaterThan_Unsigned(Vector<int> left, Vector<int> right)

Parameters

left Vector<int>

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

right Vector<int>

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

Returns

Vector<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(Vector<uint>, Vector<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 Vector<uint> GreaterThan_Unsigned(Vector<uint> left, Vector<uint> right)

Parameters

left Vector<uint>

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

right Vector<uint>

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

Returns

Vector<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(Vector<long>, Vector<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 Vector<long> GreaterThan_Unsigned(Vector<long> left, Vector<long> right)

Parameters

left Vector<long>

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

right Vector<long>

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

Returns

Vector<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(Vector<ulong>, Vector<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 Vector<ulong> GreaterThan_Unsigned(Vector<ulong> left, Vector<ulong> right)

Parameters

left Vector<ulong>

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

right Vector<ulong>

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

Returns

Vector<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