C# Class org.GraphDefined.Vanaheimr.Illias.UInt64MinMax

Min/Max values for UInt64s.
Mostra file Open project: Vanaheimr/Illias

Public Methods

Method Description
GetHashCode ( ) : Int32

Get the hashcode of this object.

ToString ( ) : String

Get a string representation of this object.

UInt64MinMax ( System.UInt64 Min, System.UInt64 Max ) : System

Creates a new range of UInt64 values.

Method Details

GetHashCode() public method

Get the hashcode of this object.
public GetHashCode ( ) : Int32
return System.Int32

ToString() public method

Get a string representation of this object.
public ToString ( ) : String
return String

UInt64MinMax() public method

Creates a new range of UInt64 values.
public UInt64MinMax ( System.UInt64 Min, System.UInt64 Max ) : System
Min System.UInt64 The minimum value or lower bound.
Max System.UInt64 The maximum value or upper bound.
return System