DateVector Conversion (DateVector to Date) |
Explicit conversion from vector to array.
Namespace: Austra.LibraryAssembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntaxpublic static explicit operator Date[] (
DateVector v
)
Parameters
- v DateVector
- The original vector.
Return Value
DateThe underlying component array.
RemarksUse it carefully: it returns the underlying component array.
See Also