Makes a copy of this vector using the specified
method.
Namespace: Extreme.Mathematics.LinearAlgebraAssembly: Extreme.Numerics.Net40 (in Extreme.Numerics.Net40.dll) Version: 6.0.16073.0 (6.0.16312.0)
public override Vector Clone(
CloningMethod method
)
Public Overrides Function Clone (
method As CloningMethod
) As Vector
public:
virtual Vector^ Clone(
CloningMethod method
) override
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