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