Show / Hide Table of Contents

    Struct NppLibraryVersion

    Npp Library Version.

    Inherited Members
    System.ValueType.Equals(System.Object)
    System.ValueType.GetHashCode()
    System.Object.Equals(System.Object, System.Object)
    System.Object.GetType()
    System.Object.ReferenceEquals(System.Object, System.Object)
    Namespace: ManagedCuda.NPP
    Assembly: NPP.dll
    Syntax
    public struct NppLibraryVersion

    Fields

    | Improve this Doc View Source

    build

    Build number. This reflects the nightly build this release was made from.

    Declaration
    public int build
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    major

    Major version number

    Declaration
    public int major
    Field Value
    Type Description
    System.Int32
    | Improve this Doc View Source

    minor

    Minor version number

    Declaration
    public int minor
    Field Value
    Type Description
    System.Int32

    Methods

    | Improve this Doc View Source

    ToString()

    Declaration
    public override string ToString()
    Returns
    Type Description
    System.String
    Overrides
    System.ValueType.ToString()
    • Improve this Doc
    • View Source
    Back to top Generated by DocFX