Struct nvmlValue
Union to represent different types of Value
Inherited Members
System.ValueType.Equals(System.Object)
System.ValueType.GetHashCode()
System.ValueType.ToString()
System.Object.Equals(System.Object, System.Object)
System.Object.GetType()
System.Object.ReferenceEquals(System.Object, System.Object)
Namespace: ManagedCuda.Nvml
Assembly: ManagedNvml.dll
Syntax
public struct nvmlValue
Fields
| Improve this Doc View SourcedVal
If the value is double
Declaration
public double dVal
Field Value
Type | Description |
---|---|
System.Double |
uiVal
If the value is uint
Declaration
public uint uiVal
Field Value
Type | Description |
---|---|
System.UInt32 |
ullVal
If the value is ulong
Declaration
public ulong ullVal
Field Value
Type | Description |
---|---|
System.UInt64 |
ulVal
If the value is unsigned long
Declaration
public uint ulVal
Field Value
Type | Description |
---|---|
System.UInt32 |