C# Class OpenSim.Region.ScriptEngine.Shared.LSL_Types.LSLInteger

Mostra file Open project: N3X15/VoxelSim Class Usage Examples

Public Properties

Property Type Description
value int

Public Methods

Method Description
Equals ( Object o ) : 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 o ) : bool
o 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() static public method

static public operator ( ) : LSLInteger
return LSLInteger

operator() public static method

public static operator ( ) : bool
return bool

Property Details

value public_oe property

public int value
return int