Constructor VtIntArray
VtIntArray(IntPtr, bool)
Declaration
public VtIntArray(IntPtr cPtr, bool cMemoryOwn)
Parameters
| Type | Name | Description |
|---|---|---|
| IntPtr | cPtr | |
| bool | cMemoryOwn |
VtIntArray()
Declaration
public VtIntArray()
VtIntArray(VtIntArray)
Declaration
public VtIntArray(VtIntArray other)
Parameters
| Type | Name | Description |
|---|---|---|
| VtIntArray | other |
VtIntArray(uint)
Declaration
public VtIntArray(uint n)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | n |
VtIntArray(uint, int)
Declaration
public VtIntArray(uint n, int value)
Parameters
| Type | Name | Description |
|---|---|---|
| uint | n | |
| int | value |