Gets or sets the cuda pointer.
Namespace: CudafyAssembly: Cudafy (in Cudafy.dll) Version: 1.0.4106.20170
Syntax
C# |
---|
public Object CudaPointer { get; set; } |
Visual Basic |
---|
Public Property CudaPointer As Object Get Set |
Visual C++ |
---|
public: property Object^ CudaPointer { Object^ get (); void set (Object^ value); } |