Click or drag to resize
Ab4d.SharpEngine logo

Version32 Structure

Inheritance Hierarchy
SystemObject
  SystemValueType
    Ab4d.VulkanVersion32

Namespace: Ab4d.Vulkan
Assembly: Ab4d.SharpEngine (in Ab4d.SharpEngine.dll) Version: 1.0.8740+deb2991acfe86a95cca780cd4f82bcae2805c1a5
Syntax
C#
public readonly struct Version32 : IEquatable<Version32>, 
	IComparable<Version32>

The Version32 type exposes the following members.

Constructors
 NameDescription
Public methodVersion32(UInt32) Constructs a new Version32 with the given raw value.
Public methodVersion32(UInt32, UInt32, UInt32) Constructs a new Version32 with the given major, minor and patch values.
Top
Properties
 NameDescription
Public propertyMajor Major version number
Public propertyMinor Minor version number
Public propertyPatch Patch version number
Public propertyValue The raw 32-bit value of the Version32.
Top
Methods
 NameDescription
Public methodCompareTo 
Public methodEquals(Object)
(Overrides ValueTypeEquals(Object))
Public methodEquals(Version32) Returns whether another Version32 value is considered equal to this one. Two Version32s are considered equal when their raw values are equal.
Public methodGetHashCode
(Overrides ValueTypeGetHashCode)
Public methodToString
(Overrides ValueTypeToString)
Top
Operators
Fields
 NameDescription
Public fieldStatic memberVersion_1_0 Version 1.0.0
Public fieldStatic memberVersion_1_1 Version 1.1.0
Public fieldStatic memberVersion_1_2 Version 1.2.0
Public fieldStatic memberVersion_1_3 Version 1.3.0
Top
See Also