Method Subtract_Basic
- Namespace
 - Zyl.VectorTraits.Impl.AVector512
 
- Assembly
 - VectorTraits.dll
 
Subtract_Basic(Vector512<float>, Vector512<float>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<float> Subtract_Basic(Vector512<float> left, Vector512<float> right)
Parameters
leftVector512<float>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<float>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<double>, Vector512<double>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<double> Subtract_Basic(Vector512<double> left, Vector512<double> right)
Parameters
leftVector512<double>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<double>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<sbyte>, Vector512<sbyte>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
[CLSCompliant(false)]
public static Vector512<sbyte> Subtract_Basic(Vector512<sbyte> left, Vector512<sbyte> right)
Parameters
leftVector512<sbyte>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<sbyte>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<byte>, Vector512<byte>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<byte> Subtract_Basic(Vector512<byte> left, Vector512<byte> right)
Parameters
leftVector512<byte>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<byte>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<short>, Vector512<short>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<short> Subtract_Basic(Vector512<short> left, Vector512<short> right)
Parameters
leftVector512<short>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<short>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<ushort>, Vector512<ushort>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
[CLSCompliant(false)]
public static Vector512<ushort> Subtract_Basic(Vector512<ushort> left, Vector512<ushort> right)
Parameters
leftVector512<ushort>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<ushort>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<int>, Vector512<int>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<int> Subtract_Basic(Vector512<int> left, Vector512<int> right)
Parameters
leftVector512<int>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<int>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<uint>, Vector512<uint>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
[CLSCompliant(false)]
public static Vector512<uint> Subtract_Basic(Vector512<uint> left, Vector512<uint> right)
Parameters
leftVector512<uint>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<uint>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<long>, Vector512<long>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
public static Vector512<long> Subtract_Basic(Vector512<long> left, Vector512<long> right)
Parameters
leftVector512<long>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<long>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also
 
Subtract_Basic(Vector512<ulong>, Vector512<ulong>)
Subtracts two vectors to compute their difference (将两个向量相减来计算它们的差).
Mnemonic: rt[i] := left[i] - right[i].
[CLSCompliant(false)]
public static Vector512<ulong> Subtract_Basic(Vector512<ulong> left, Vector512<ulong> right)
Parameters
leftVector512<ulong>The vector from which
rightwill be subtracted (将被减去right的向量).rightVector512<ulong>The vector to subtract from
left(要从left减去的向量).
Returns
- See Also