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 Sourcebuild
Build number. This reflects the nightly build this release was made from.
Declaration
public int build
Field Value
Type | Description |
---|---|
System.Int32 |
major
Major version number
Declaration
public int major
Field Value
Type | Description |
---|---|
System.Int32 |
minor
Minor version number
Declaration
public int minor
Field Value
Type | Description |
---|---|
System.Int32 |
Methods
| Improve this Doc View SourceToString()
Declaration
public override string ToString()
Returns
Type | Description |
---|---|
System.String |
Overrides
System.ValueType.ToString()