Class CudaManagedMemoryEnumerator_cuFloatReal
Enumerator class for CudaManagedMemory_cuFloatReal
Inheritance
System.Object
CudaManagedMemoryEnumerator_cuFloatReal
Implements
System.Collections.Generic.IEnumerator<cuFloatReal>
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_cuFloatReal : IEnumerator<cuFloatReal>, IEnumerator, IDisposable
Constructors
| Improve this Doc View SourceCudaManagedMemoryEnumerator_cuFloatReal(CudaManagedMemory_cuFloatReal)
Declaration
public CudaManagedMemoryEnumerator_cuFloatReal(CudaManagedMemory_cuFloatReal memory)
Parameters
Type | Name | Description |
---|---|---|
CudaManagedMemory_cuFloatReal | memory |
Properties
| Improve this Doc View SourceCurrent
Declaration
public cuFloatReal Current { get; }
Property Value
Type | Description |
---|---|
cuFloatReal |
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