C# 클래스 Universe.ScriptEngine.VirtualScript.LSL_Types.LSLInteger

파일 보기 프로젝트 열기: Virtual-Universe/Virtual-Universe

공개 프로퍼티들

프로퍼티 타입 설명
FALSE LSLInteger
TRUE LSLInteger
value int

공개 메소드들

메소드 설명
Equals ( object obj ) : bool
GetHashCode ( ) : int
LSLInteger ( double d ) : System
LSLInteger ( int i ) : System
LSLInteger ( string s ) : System
LSLInteger ( uint i ) : System
ToString ( ) : string
operator ( ) : LSLInteger
operator ( ) : bool

메소드 상세

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

LSLInteger() 공개 메소드

public LSLInteger ( double d ) : System
d double
리턴 System

LSLInteger() 공개 메소드

public LSLInteger ( int i ) : System
i int
리턴 System

LSLInteger() 공개 메소드

public LSLInteger ( string s ) : System
s string
리턴 System

LSLInteger() 공개 메소드

public LSLInteger ( uint i ) : System
i uint
리턴 System

ToString() 공개 메소드

public ToString ( ) : string
리턴 string

operator() 공개 정적인 메소드

public static operator ( ) : LSLInteger
리턴 LSLInteger

operator() 공개 정적인 메소드

public static operator ( ) : bool
리턴 bool

프로퍼티 상세

FALSE 공개적으로 정적으로 프로퍼티

public static LSLInteger FALSE
리턴 LSLInteger

TRUE 공개적으로 정적으로 프로퍼티

public static LSLInteger TRUE
리턴 LSLInteger

value 공개적으로 프로퍼티

public int value
리턴 int