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

cuMemsetD2D16Async() private method

private cuMemsetD2D16Async ( ManagedCuda.BasicTypes.CUdeviceptr dstDevice, ManagedCuda.BasicTypes.SizeT dstPitch, ushort us, ManagedCuda.BasicTypes.SizeT Width, ManagedCuda.BasicTypes.SizeT Height, ManagedCuda.BasicTypes.CUstream hStream ) : CUResult
dstDevice ManagedCuda.BasicTypes.CUdeviceptr
dstPitch ManagedCuda.BasicTypes.SizeT
us ushort
Width ManagedCuda.BasicTypes.SizeT
Height ManagedCuda.BasicTypes.SizeT
hStream ManagedCuda.BasicTypes.CUstream
return CUResult
            public static extern CUResult cuMemsetD2D16Async(CUdeviceptr dstDevice, SizeT dstPitch, ushort us, SizeT Width, SizeT Height, CUstream hStream);