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.17114.0)
public virtual Vector Clone(
CloningMethod method
)
Public Overridable Function Clone (
method As CloningMethod
) As Vector
public:
virtual Vector^ Clone(
CloningMethod method
)
abstract Clone :
method : CloningMethod -> Vector
override Clone :
method : CloningMethod -> Vector
Parameters
- method
- Type: Extreme.Mathematics.LinearAlgebraCloningMethod
A CloningMethod value that specifies
how the vector should be cloned.
Return Value
Type:
VectorThe cloned
Vector.
Numerical Libraries
Supported in: 5.x, 4.x
Reference