Show / Hide Table of Contents

Struct cuComplex

complex single-precision

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
[IntrinsicInclude("cublas.h")]
[IntrinsicType("cuComplex")]
public struct cuComplex

Fields

im

imaginary part

Declaration
public float im
Field Value
Type Description
System.Single

re

real part

Declaration
public float re
Field Value
Type Description
System.Single
Back to top Generated by DocFX