VectorMathClone(Int16) Method |
Returns a clone of the source vector.
Namespace: Altaxo.Calc.LinearAlgebraAssembly: AltaxoCore (in AltaxoCore.dll) Version: 4.8.3179.0 (4.8.3179.0)
Syntax public static short[] Clone(
short[] sourceVector
)
Parameters
- sourceVector Int16
- The source vector.
Return Value
Int16A freshly allocated clone of the sourceVector, with the same element values as the source vector.
See Also