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