SoCudaDeviceGetMaxGridSize Method (Int32, Int32, Int32) |
Returns the maximum grid size for this device.
Namespace: OIV.Inventor.DevicesAssembly: OIV.Inventor.Cuda (in OIV.Inventor.Cuda.dll) Version: 9.9.36.0 (9.9.36.0)
Syntaxpublic void GetMaxGridSize(
out int x,
out int y,
out int z
)
Public Sub GetMaxGridSize (
<OutAttribute> ByRef x As Integer,
<OutAttribute> ByRef y As Integer,
<OutAttribute> ByRef z As Integer
)
public:
void GetMaxGridSize(
[OutAttribute] int% x,
[OutAttribute] int% y,
[OutAttribute] int% z
)
member GetMaxGridSize :
x : int byref *
y : int byref *
z : int byref -> unit
Parameters
- x
- Type: SystemInt32
- y
- Type: SystemInt32
- z
- Type: SystemInt32
Remarks
See Also