Click or drag to resize

DateVector   Conversion (DateVector to Date)

Explicit conversion from vector to array.

Namespace: Austra.Library
Assembly: Austra.Library (in Austra.Library.dll) Version: 2.8.0+670447af29d7e7e825b02ff7e655ef2dc84132d2
Syntax
C#
public static explicit operator Date[] (
	DateVector v
)

Parameters

v  DateVector
The original vector.

Return Value

Date
The underlying component array.
Remarks
Use it carefully: it returns the underlying component array.
See Also