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

Afficher le fichier Open project: Virtual-Universe/Virtual-Universe

Méthodes publiques

Свойство Type Description
FALSE LSLInteger
TRUE LSLInteger
value int

Méthodes publiques

Méthode 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 méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

LSLInteger() public méthode

public LSLInteger ( double d ) : System
d double
Résultat System

LSLInteger() public méthode

public LSLInteger ( int i ) : System
i int
Résultat System

LSLInteger() public méthode

public LSLInteger ( string s ) : System
s string
Résultat System

LSLInteger() public méthode

public LSLInteger ( uint i ) : System
i uint
Résultat System

ToString() public méthode

public ToString ( ) : string
Résultat string

operator() public static méthode

public static operator ( ) : LSLInteger
Résultat LSLInteger

operator() public static méthode

public static operator ( ) : bool
Résultat bool

Property Details

FALSE public_oe static_oe property

public static LSLInteger FALSE
Résultat LSLInteger

TRUE public_oe static_oe property

public static LSLInteger TRUE
Résultat LSLInteger

value public_oe property

public int value
Résultat int