Click or drag to resize

VectorPointwiseSubtract Method

Overload List
  NameDescription
Public methodPointwiseSubtract(Double)
Subtracts the given scalar from each element of the vector and returns the result.
Public methodPointwiseSubtract(Vector)
Subtracts each element of the vector from the corresponding element of this one and returns the result.
Public methodPointwiseSubtract(Double, Vector)
Subtracts the given scalar from each element of the vector and stores result in another one.
Public methodPointwiseSubtract(Vector, Vector)
Subtracts each element of the vector from the corresponding element of this one and stores result in another vector.
Top
See Also