DateVectorAddition(DateVector, NVector) Operator
Adds a vector of integers to a vector of dates.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.5.0+44e7797405725ef3cf24b3ff0eba94ce6c649601
public static DateVector operator +(
DateVector v1,
NVector v2
)
- v1 DateVector
- A date vector operand.
- v2 NVector
- A vector of integers operand.
DateVectorThe original date vector shifted by a number of days.
IAdditionOperatorsTSelf, TOther, TResultAddition(TSelf, TOther)