SoCudaDeviceGetDevice Method |
Returns the SoCudaDevice indicated by index (starting with zero).
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic static SoCudaDevice GetDevice(
int index
)
Public Shared Function GetDevice (
index As Integer
) As SoCudaDevice
public:
static SoCudaDevice^ GetDevice(
int index
)
static member GetDevice :
index : int -> SoCudaDevice
Parameters
- index
- Type: SystemInt32
The index of the SoCudaDevice.
Return Value
Type:
SoCudaDevice
Remarks
See Also