Makes a copy of this vector using the specified method.
Namespace: Extreme.MathematicsAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
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.
Numerical Libraries
Supported in: 6.0
Reference