C# Класс org.GraphDefined.Vanaheimr.Illias.UInt64MinMax

Min/Max values for UInt64s.
Показать файл Открыть проект

Открытые методы

Метод Описание
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.

Описание методов

GetHashCode() публичный Метод

Get the hashcode of this object.
public GetHashCode ( ) : Int32
Результат System.Int32

ToString() публичный Метод

Get a string representation of this object.
public ToString ( ) : String
Результат String

UInt64MinMax() публичный Метод

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.
Результат System