Subtracts one vector from another.
Namespace: Extreme.Mathematics.GenericAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
protected virtual Vector<T> SubtractAsRightCore(
Vector<T> left,
Vector<T> result
)
Protected Overridable Function SubtractAsRightCore (
left As Vector(Of T),
result As Vector(Of T)
) As Vector(Of T)
protected:
virtual Vector<T>^ SubtractAsRightCore(
Vector<T>^ left,
Vector<T>^ result
)
abstract SubtractAsRightCore :
left : Vector<'T> *
result : Vector<'T> -> Vector<'T>
override SubtractAsRightCore :
left : Vector<'T> *
result : Vector<'T> -> Vector<'T>
Parameters
- left
- Type: Extreme.Mathematics.GenericVectorT
The left operand of the subtraction. - result
- Type: Extreme.Mathematics.GenericVectorT
The vector that is to hold the result. May be .
Return Value
Type:
VectorTA vector whose elements are
the difference between the corresponding elements of
this vector and
left.
Numerical Libraries
Supported in: 5.x
Reference