Method CopyTo
CopyTo(GfVec4f[])
Declaration
public void CopyTo(GfVec4f[] array)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec4f[] | array |
CopyTo(GfVec4f[], int)
Declaration
public void CopyTo(GfVec4f[] array, int arrayIndex)
Parameters
| Type | Name | Description |
|---|---|---|
| GfVec4f[] | array | |
| int | arrayIndex |
CopyTo(int, GfVec4f[], int, int)
Declaration
public void CopyTo(int index, GfVec4f[] array, int arrayIndex, int count)
Parameters
| Type | Name | Description |
|---|---|---|
| int | index | |
| GfVec4f[] | array | |
| int | arrayIndex | |
| int | count |