Click or drag to resize
CVVCopy2 Method
Copy part of a vector into part of another vector.

Available since Oasis montaj version: 5.0
License: Available to anyone.  

Namespace: GeoEngine.Core.GXNetX
Assembly: geoengine.core.gxnetx (in geoengine.core.gxnetx.dll)
Notes
1. Unlike Copy_VV destination VV is not reallocated, nor is the length changed. The caller must make any desired changes. 2. All VV types are supported and will be converted using Convert_GS if necessary.
Syntax
public void Copy2(
	int dest,
	CVV vv_s,
	int source,
	int n
)

Parameters

dest
Type: SystemInt32
Destination start element
vv_s
Type: GeoEngine.Core.GXNetXCVV
Source VV (can be the same as Destination)
source
Type: SystemInt32
Source start element
n
Type: SystemInt32
Number of points
See Also