DateVector(Date) Constructor |
Initializes a vector from an array.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+892c66cd78254e5a7ad663c063da400b3042cf5b
Syntaxpublic DateVector(
Date[] values
)
Parameters
- values Date
- The components of the vector.
RemarksThe inner list is shared with the source.
See Also