C# Class Universe.ScriptEngine.VirtualScript.LSL_Types.LSLInteger

Show file Open project: Virtual-Universe/Virtual-Universe

Public Properties

Property Type Description
FALSE LSLInteger
TRUE LSLInteger
value int

Public Methods

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

Method Details

Equals() public method

public Equals ( object obj ) : bool
obj object
return bool

GetHashCode() public method

public GetHashCode ( ) : int
return int

LSLInteger() public method

public LSLInteger ( double d ) : System
d double
return System

LSLInteger() public method

public LSLInteger ( int i ) : System
i int
return System

LSLInteger() public method

public LSLInteger ( string s ) : System
s string
return System

LSLInteger() public method

public LSLInteger ( uint i ) : System
i uint
return System

ToString() public method

public ToString ( ) : string
return string

operator() public static method

public static operator ( ) : LSLInteger
return LSLInteger

operator() public static method

public static operator ( ) : bool
return bool

Property Details

FALSE public static property

public static LSLInteger FALSE
return LSLInteger

TRUE public static property

public static LSLInteger TRUE
return LSLInteger

value public property

public int value
return int