DateVectorAddition(DateVector, NVector) Operator

Adds a vector of integers to a vector of dates.

Definition

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
C#
public static DateVector operator +(
	DateVector v1,
	NVector v2
)

Parameters

v1  DateVector
A date vector operand.
v2  NVector
A vector of integers operand.

Return Value

DateVector
The original date vector shifted by a number of days.

Implements

IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)

Exceptions

VectorLengthExceptionIf the vectors have different lengths.

See Also