Click or drag to resize

VectorPointwiseLeftSubtract Method

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