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