C# 클래스 TSystems.RELOAD.Utils.BigInt

상속: IComparable
파일 보기 프로젝트 열기: RELOAD-NET/RELOAD.NET

공개 메소드들

메소드 설명
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