C# Class TSystems.RELOAD.Utils.BigInt

Inheritance: IComparable
Exibir arquivo Open project: RELOAD-NET/RELOAD.NET

Public Methods

Method 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 method

public BigInt ( ) : System
return System

BigInt() public method

public BigInt ( byte data ) : System
data byte
return System

CompareTo() public method

public CompareTo ( Object o ) : int
o Object
return int

Equals() public method

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 .
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

Max() public method

public Max ( ) : BigInt
return BigInt

Min() public method

public Min ( ) : BigInt
return BigInt

ToString() public method

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

operator() public static method

Implements the operator +.
public static operator ( ) : BigInt
return BigInt

operator() public static method

Implements the operator ==.
public static operator ( ) : bool
return bool