Distributed Vector<T>.Subtract As Right Core Method
            
            Definition
Namespace: Numerics.NET.Distributed
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Assembly: Numerics.NET (in Numerics.NET.dll) Version: 9.1.5
Overload List
| Subtract | Subtracts a vector from a constant. | 
| Subtract | Subtracts one vector from another. | 
SubtractAsRightCore(T, Vector<T>)
            Subtracts a vector from a constant.
            
protected override Vector<T> SubtractAsRightCore(
	T left,
	Vector<T>? result
)Parameters
Return Value
Vector<T>A vector whose elements are the difference between the corresponding elements of this vector and left.