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

Represents a user-function token.
상속: FunctionToken
파일 보기 프로젝트 열기: 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.

ToString ( ) : string

Returns a string that represents the current object.

UserFunctionToken ( string functionName ) : System

Initializes the UserFunctionToken class.

UserFunctionToken ( string functionName, int countOfParams ) : System

Initializes the UserFunctionToken class.

메소드 상세

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

ToString() 공개 메소드

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

UserFunctionToken() 공개 메소드

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName ) : System
functionName string A name of function.
리턴 System

UserFunctionToken() 공개 메소드

Initializes the UserFunctionToken class.
public UserFunctionToken ( string functionName, int countOfParams ) : System
functionName string A name of function.
countOfParams int A count of parameters.
리턴 System