Show / Hide Table of Contents

    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 Source

    dVal

    If the value is double

    Declaration
    public double dVal
    Field Value
    Type Description
    System.Double
    | Improve this Doc View Source

    uiVal

    If the value is uint

    Declaration
    public uint uiVal
    Field Value
    Type Description
    System.UInt32
    | Improve this Doc View Source

    ullVal

    If the value is ulong

    Declaration
    public ulong ullVal
    Field Value
    Type Description
    System.UInt64
    | Improve this Doc View Source

    ulVal

    If the value is unsigned long

    Declaration
    public uint ulVal
    Field Value
    Type Description
    System.UInt32
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX