Sets the specified value.
Namespace: Cudafy.HostAssembly: Cudafy.Host (in Cudafy.Host.dll) Version: 1.0.4106.20172
Syntax
C# |
---|
public static void Set( this IntPtr ptr, int offset, ulong value ) |
Visual Basic |
---|
<ExtensionAttribute> _ Public Shared Sub Set ( _ ptr As IntPtr, _ offset As Integer, _ value As ULong _ ) |
Visual C++ |
---|
[ExtensionAttribute] public: static void Set( IntPtr ptr, int offset, unsigned long long value ) |
Parameters
- ptr
- Type: System..::..IntPtr
The PTR.
- offset
- Type: System..::..Int32
The offset.
- value
- Type: System..::..UInt64
The value.