Returns the difference between this vector and the specified vector.
Namespace: Algs4NetAssembly: Algs4Net (in Algs4Net.dll) Version: 1.0.0.0 (1.0.0.0)
Syntaxpublic Vector Minus(
Vector that
)
Parameters
- that
- Type: Algs4NetVector
the vector to subtract from this vector
Return Value
Type:
Vectorthe vector whose value is
(this - that)
ExceptionsException | Condition |
---|
ArgumentException | if the dimensions of the two vectors are not equal |
See Also