Method Min
- Namespace
- Zyl.VectorTraits.Impl.AVector128
- Assembly
- VectorTraits.dll
Min(Vector128<float>, Vector128<float>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<float> Min(Vector128<float> left, Vector128<float> right)
Parameters
leftVector128<float>The vector to compare with
right(将会与right进行比较的向量).rightVector128<float>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<float>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<double>, Vector128<double>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<double> Min(Vector128<double> left, Vector128<double> right)
Parameters
leftVector128<double>The vector to compare with
right(将会与right进行比较的向量).rightVector128<double>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<double>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<sbyte>, Vector128<sbyte>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
[CLSCompliant(false)]
public static Vector128<sbyte> Min(Vector128<sbyte> left, Vector128<sbyte> right)
Parameters
leftVector128<sbyte>The vector to compare with
right(将会与right进行比较的向量).rightVector128<sbyte>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<sbyte>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<byte>, Vector128<byte>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<byte> Min(Vector128<byte> left, Vector128<byte> right)
Parameters
leftVector128<byte>The vector to compare with
right(将会与right进行比较的向量).rightVector128<byte>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<byte>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<short>, Vector128<short>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<short> Min(Vector128<short> left, Vector128<short> right)
Parameters
leftVector128<short>The vector to compare with
right(将会与right进行比较的向量).rightVector128<short>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<short>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<ushort>, Vector128<ushort>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
[CLSCompliant(false)]
public static Vector128<ushort> Min(Vector128<ushort> left, Vector128<ushort> right)
Parameters
leftVector128<ushort>The vector to compare with
right(将会与right进行比较的向量).rightVector128<ushort>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<ushort>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<int>, Vector128<int>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<int> Min(Vector128<int> left, Vector128<int> right)
Parameters
leftVector128<int>The vector to compare with
right(将会与right进行比较的向量).rightVector128<int>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<int>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<uint>, Vector128<uint>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
[CLSCompliant(false)]
public static Vector128<uint> Min(Vector128<uint> left, Vector128<uint> right)
Parameters
leftVector128<uint>The vector to compare with
right(将会与right进行比较的向量).rightVector128<uint>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<uint>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<long>, Vector128<long>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
public static Vector128<long> Min(Vector128<long> left, Vector128<long> right)
Parameters
leftVector128<long>The vector to compare with
right(将会与right进行比较的向量).rightVector128<long>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<long>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also
Min(Vector128<ulong>, Vector128<ulong>)
Computes the minimum of two vectors on a per-element basis (在每个元素的基础上计算两个向量的最小值).
Mnemonic: rt[i] := min(left[i], right[i]).
[CLSCompliant(false)]
public static Vector128<ulong> Min(Vector128<ulong> left, Vector128<ulong> right)
Parameters
leftVector128<ulong>The vector to compare with
right(将会与right进行比较的向量).rightVector128<ulong>The vector to compare with
left(将会与left进行比较的向量).
Returns
- Vector128<ulong>
A vector whose elements are the minimum of the corresponding elements in
leftandright(一个向量,其元素是left和right的相应元素的最小值).
- See Also