Click or drag to resize

VectorAddition Operator

Vector addition.

Namespace: DotNumerics.LinearAlgebra
Assembly: DWSIM.MathOps.DotNumerics (in DWSIM.MathOps.DotNumerics.dll) Version: 1.0.0.0 (1.0.0.0)
Syntax
public static Vector operator +(
	Vector A,
	Vector B
)
Request Example View Source

Parameters

A  Vector
The left side vector of the addition operator.
B  Vector
The right side vector of the addition operator.

Return Value

Vector
A vector that represents the result of the addition.
See Also