C# Класс TSystems.RELOAD.Utils.BigInt

Наследование: IComparable
Показать файл Открыть проект

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

Метод Описание
BigInt ( ) : System
BigInt ( byte data ) : System
CompareTo ( Object o ) : int
Equals ( object obj ) : bool

Determines whether the specified T:System.Object is equal to the current T:System.Object.

GetHashCode ( ) : int
Max ( ) : BigInt
Min ( ) : BigInt
ToString ( ) : string

Returns a T:System.String that represents the current T:System.Object.

operator ( ) : BigInt

Implements the operator +.

operator ( ) : bool

Implements the operator ==.

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

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

public BigInt ( ) : System
Результат System

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

public BigInt ( byte data ) : System
data byte
Результат System

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

public CompareTo ( Object o ) : int
o Object
Результат int

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

Determines whether the specified T:System.Object is equal to the current T:System.Object.
/// The parameter is null. ///
public Equals ( object obj ) : bool
obj object The to compare with the current .
Результат bool

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

public GetHashCode ( ) : int
Результат int

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

public Max ( ) : BigInt
Результат BigInt

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

public Min ( ) : BigInt
Результат BigInt

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

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Результат string

operator() публичный статический Метод

Implements the operator +.
public static operator ( ) : BigInt
Результат BigInt

operator() публичный статический Метод

Implements the operator ==.
public static operator ( ) : bool
Результат bool