Makes a copy of this vector using the specified method.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public virtual Vector<T> Clone(
CloningMethod method
)
Public Overridable Function Clone (
method As CloningMethod
) As Vector(Of T)
public:
virtual Vector<T>^ Clone(
CloningMethod method
)
abstract Clone :
method : CloningMethod -> Vector<'T>
override Clone :
method : CloningMethod -> Vector<'T>
Parameters
- method
- Type: Extreme.Mathematics.LinearAlgebraCloningMethod
A CloningMethod value that specifies
how the vector should be cloned.
Return Value
Type:
VectorTThe cloned
VectorT.
Reference