Click or drag to resize

VectorTUnaryPlus Operator

Returns a Vector containing the same values of rightSide.

Namespace: Altaxo.Calc.LinearAlgebra
Assembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax
C#
public static Vector<T> operator +(
	Vector<T> rightSide
)

Parameters

rightSide  VectorT
The vector to get the values from.

Return Value

VectorT
A vector containing the same values as rightSide.
Exceptions
ExceptionCondition
ArgumentNullExceptionIf rightSide is .
Remarks
This method is included for completeness.
See Also