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