C# Class TSystems.RELOAD.Utils.BigInt

Inheritance: IComparable
Afficher le fichier Open project: RELOAD-NET/RELOAD.NET

Méthodes publiques

Méthode Description
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 ==.

Method Details

BigInt() public méthode

public BigInt ( ) : System
Résultat System

BigInt() public méthode

public BigInt ( byte data ) : System
data byte
Résultat System

CompareTo() public méthode

public CompareTo ( Object o ) : int
o Object
Résultat int

Equals() public méthode

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 .
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

Max() public méthode

public Max ( ) : BigInt
Résultat BigInt

Min() public méthode

public Min ( ) : BigInt
Résultat BigInt

ToString() public méthode

Returns a T:System.String that represents the current T:System.Object.
public ToString ( ) : string
Résultat string

operator() public static méthode

Implements the operator +.
public static operator ( ) : BigInt
Résultat BigInt

operator() public static méthode

Implements the operator ==.
public static operator ( ) : bool
Résultat bool