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