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

Min/Max values for Int64s.
Mostrar archivo Open project: Vanaheimr/Illias

Public Methods

Method Description
GetHashCode ( ) : Int32

Get the hashcode of this object.

Int64MinMax ( System.Int64 Min, System.Int64 Max ) : System

Creates a new range of Int64 values.

ToString ( ) : String

Get a string representation of this object.

Method Details

GetHashCode() public method

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

Int64MinMax() public method

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

ToString() public method

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