Show / Hide Table of Contents

Class HybridizerExtension.CUDA.BlockDim

Inheritance
System.Object
HybridizerExtension.CUDA.BlockDim
Inherited Members
System.Object.ToString()
System.Object.Equals(System.Object)
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetHashCode()
System.Object.GetType()
System.Object.MemberwiseClone()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
public static class BlockDim

Fields

x

Declaration
public static int x
Field Value
Type Description
System.Int32

y

Declaration
public static int y
Field Value
Type Description
System.Int32

z

Declaration
public static int z
Field Value
Type Description
System.Int32
Back to top Generated by DocFX