C# 클래스 xFunc.Maths.Tokens.OperationToken

Represents a operation token.
상속: IToken
파일 보기 프로젝트 열기: sys27/xFunc 1 사용 예제들

공개 메소드들

메소드 설명
Equals ( object obj ) : bool

Determines whether the specified object is equal to the current object.

GetHashCode ( ) : int

Returns a hash code for this instance.

OperationToken ( Operations operation ) : System

Initializes the OperationToken class.

ToString ( ) : string

Returns a string that represents the current object.

비공개 메소드들

메소드 설명
GetPriority ( ) : int

메소드 상세

Equals() 공개 메소드

Determines whether the specified object is equal to the current object.
public Equals ( object obj ) : bool
obj object The object to compare with the current object.
리턴 bool

GetHashCode() 공개 메소드

Returns a hash code for this instance.
public GetHashCode ( ) : int
리턴 int

OperationToken() 공개 메소드

Initializes the OperationToken class.
public OperationToken ( Operations operation ) : System
operation Operations A operation.
리턴 System

ToString() 공개 메소드

Returns a string that represents the current object.
public ToString ( ) : string
리턴 string