Class CudaManagedMemoryEnumerator_cuDoubleReal
Enumerator class for CudaManagedMemory_cuDoubleReal
Inheritance
System.Object
CudaManagedMemoryEnumerator_cuDoubleReal
Implements
System.Collections.Generic.IEnumerator<cuDoubleReal>
System.Collections.IEnumerator
System.IDisposable
Inherited Members
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.ToString()
Namespace: ManagedCuda
Assembly: ManagedCuda.dll
Syntax
public class CudaManagedMemoryEnumerator_cuDoubleReal : IEnumerator<cuDoubleReal>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceCudaManagedMemoryEnumerator_cuDoubleReal(CudaManagedMemory_cuDoubleReal)
Declaration
public CudaManagedMemoryEnumerator_cuDoubleReal(CudaManagedMemory_cuDoubleReal memory)
Parameters
Type | Name | Description |
---|---|---|
CudaManagedMemory_cuDoubleReal | memory |
Properties
| Improve this Doc View SourceCurrent
Declaration
public cuDoubleReal Current { get; }
Property Value
Type | Description |
---|---|
cuDoubleReal |
Methods
| Improve this Doc View SourceMoveNext()
Declaration
public bool MoveNext()
Returns
Type | Description |
---|---|
System.Boolean |
Reset()
Declaration
public void Reset()
Explicit Interface Implementations
| Improve this Doc View SourceIEnumerator.Current
Declaration
object IEnumerator.Current { get; }
Returns
Type | Description |
---|---|
System.Object |
IDisposable.Dispose()
Declaration
void IDisposable.Dispose()
Implements
System.Collections.Generic.IEnumerator<T>
System.Collections.IEnumerator
System.IDisposable