Show / Hide Table of Contents

    Interface ICudaVectorType

    Define a common interface for all CUDA vector types See http://blogs.msdn.com/b/ricom/archive/2006/09/07/745085.aspx why these vector types look like they are.

    Namespace: ManagedCuda.VectorTypes
    Assembly: ManagedCuda.dll
    Syntax
    public interface ICudaVectorType

    Properties

    | Improve this Doc View Source

    Size

    Gives the size of this type in bytes.

    Is equal to Marshal.SizeOf(this);

    Declaration
    uint Size { get; }
    Property Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX