Copies the numerical data in this variable to the specified vector.
Namespace: Extreme.Statistics
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Sub CopyTo ( _ vector As GeneralVector _ ) |
| C# |
|---|
public void CopyTo ( GeneralVector vector ) |
| C++ |
|---|
public: void CopyTo ( GeneralVector^ vector ) |
Parameters
Exceptions
| Exception | Condition |
|---|---|
| ArgumentNullException | vector is nullNothingnullptr. |
| DimensionMismatchException | The number of elements to copy is greater than the length of vector. |