Makes a copy of this Vector using the specified
method.
Namespace: Extreme.Mathematics.LinearAlgebra
Assembly: Extreme.Numerics (Extreme.Numerics)
Syntax
| Visual Basic (Declaration) |
|---|
Public Overridable Function Clone ( _ method As CloningMethod _ ) As Vector |
| C# |
|---|
public virtual Vector Clone ( CloningMethod method ) |
| C++ |
|---|
public: virtual Vector^ Clone ( CloningMethod method ) |
Parameters
- method (Extreme.Mathematics.LinearAlgebra.CloningMethod)
- A CloningMethod value that specifies how the vector should be cloned.