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 SourceSize
Gives the size of this type in bytes.
Is equal to Marshal.SizeOf(this);
Declaration
uint Size { get; }
Property Value
Type | Description |
---|---|
System.UInt32 |