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