Histogram<T>.Clone Method
Definition
Namespace: Extreme.DataAnalysis
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Assembly: Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.23
Makes a copy of this Vector<T>.
Overload List
Clone() | Makes a copy of this vector. |
Clone( | Makes a copy of this vector using the specified method. |
Clone(CloningMethod)
Makes a copy of this vector using the specified
method.
public override Vector<double> Clone(
CloningMethod method
)
Parameters
- method CloningMethod
- A CloningMethod value that specifies how the vector should be cloned.
Return Value
Vector<Double>The cloned Vector<T>.
Remarks
All cloning methods have the same effect for a DenseVector<T>. This method always returns a complete clone.
This method uses the level 1 BLAS routine DCOPY.