Copies the numerical data in this variable to the specified Double array.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub CopyTo ( _ array As DateTime() _ ) |
| C# |
|---|
public void CopyTo ( DateTime[] array ) |
| C++ |
|---|
public: void CopyTo ( array<DateTime>^ array ) |
Parameters
- array ()
- A Double array.
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | array is nullNothingnullptr. |
| ArgumentException | Length is greater than the number of elements of array. |