ManagedCuda.DriverAPINativeMethods.MemsetAsync.cuMemsetD2D32Async C# (CSharp) Method

cuMemsetD2D32Async() private method

private cuMemsetD2D32Async ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, ManagedCuda.BasicTypes.SizeT dstPitch, uint ui, ManagedCuda.BasicTypes.SizeT Width, ManagedCuda.BasicTypes.SizeT Height, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
dstPitch ManagedCuda.BasicTypes.SizeT
ui uint
Width ManagedCuda.BasicTypes.SizeT
Height ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemsetD2D32Async(CUdeviceptr dstDevice, SizeT dstPitch, uint ui, SizeT Width, SizeT Height, CUstream hStream);