Show / Hide Table of Contents

Struct dim3

dimension structure.

Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.ReferenceEquals(System.Object, System.Object)
System.Object.GetType()
Namespace: Hybridizer.Runtime.CUDAImports
Assembly: Hybridizer.Runtime.CUDAImports.dll
Syntax
[IntrinsicType("dim3")]
public struct dim3

Constructors

dim3(Int32, Int32, Int32)

Assignment constructor

Declaration
public dim3(int x, int y, int z)
Parameters
Type Name Description
System.Int32 x
System.Int32 y
System.Int32 z

Fields

x

components

Declaration
public int x
Field Value
Type Description
System.Int32

y

components

Declaration
public int y
Field Value
Type Description
System.Int32

z

components

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