Show / Hide Table of Contents

    Class CudaPageLockedHostMemory3DEnumerator_float1

    Enumerator class for CudaPageLockedHostMemory3D_float1

    Inheritance
    System.Object
    CudaPageLockedHostMemory3DEnumerator_float1
    Implements
    System.Collections.Generic.IEnumerator<float1>
    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 CudaPageLockedHostMemory3DEnumerator_float1 : IEnumerator<float1>, IEnumerator, IDisposable

    Constructors

    | Improve this Doc View Source

    CudaPageLockedHostMemory3DEnumerator_float1(CudaPageLockedHostMemory3D_float1)

    Declaration
    public CudaPageLockedHostMemory3DEnumerator_float1(CudaPageLockedHostMemory3D_float1 memory)
    Parameters
    Type Name Description
    CudaPageLockedHostMemory3D_float1 memory

    Properties

    | Improve this Doc View Source

    Current

    Declaration
    public float1 Current { get; }
    Property Value
    Type Description
    float1

    Methods

    | Improve this Doc View Source

    MoveNext()

    Declaration
    public bool MoveNext()
    Returns
    Type Description
    System.Boolean
    | Improve this Doc View Source

    Reset()

    Declaration
    public void Reset()

    Explicit Interface Implementations

    | Improve this Doc View Source

    IEnumerator.Current

    Declaration
    object IEnumerator.Current { get; }
    Returns
    Type Description
    System.Object
    | Improve this Doc View Source

    IDisposable.Dispose()

    Declaration
    void IDisposable.Dispose()

    Implements

    System.Collections.Generic.IEnumerator<T>
    System.Collections.IEnumerator
    System.IDisposable
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX