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

Afficher le fichier Open project: N3X15/VoxelSim Class Usage Examples

Méthodes publiques

Méthode Description
Add ( object o ) : void
AlphaSort ( ) : void
Contains ( object o ) : bool
DeleteSublist ( int start, int end ) : list
Equals ( object o ) : bool
FromCSV ( string csv ) : list
GeometricMean ( ) : double
GetHashCode ( ) : int
GetKeyItem ( int itemIndex ) : LSL_Types.key
GetLSLFloatItem ( int itemIndex ) : LSL_Types.LSLFloat
GetLSLIntegerItem ( int itemIndex ) : LSL_Types.LSLInteger
GetLSLListItemType ( int itemIndex ) : Type
GetLSLStringItem ( int itemIndex ) : LSL_Types.LSLString
GetQuaternionItem ( int itemIndex ) : LSL_Types.Quaternion
GetSublist ( int start, int end ) : list
GetVector3Item ( int itemIndex ) : LSL_Types.Vector3
HarmonicMean ( ) : double
Max ( ) : double
Mean ( ) : double
Median ( ) : double
Min ( ) : double
NumericLength ( ) : int
NumericSort ( ) : void
Qi ( double i ) : double
Range ( ) : double
Sort ( int stride, int ascending ) : list
StdDev ( ) : double
Sum ( ) : double
SumSqrs ( ) : double
ToCSV ( ) : string
ToDoubleList ( list src ) : list
ToPrettyString ( ) : string
ToString ( ) : string
Variance ( ) : double
list ( ) : System
operator ( ) : bool
operator ( ) : list

Private Methods

Méthode Description
ExtendAndAdd ( object o ) : void
ToSoup ( ) : string
compare ( object left, object right, int ascending ) : int

Method Details

Add() public méthode

public Add ( object o ) : void
o object
Résultat void

AlphaSort() public méthode

public AlphaSort ( ) : void
Résultat void

Contains() public méthode

public Contains ( object o ) : bool
o object
Résultat bool

DeleteSublist() public méthode

public DeleteSublist ( int start, int end ) : list
start int
end int
Résultat list

Equals() public méthode

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

FromCSV() public static méthode

public static FromCSV ( string csv ) : list
csv string
Résultat list

GeometricMean() public méthode

public GeometricMean ( ) : double
Résultat double

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

GetKeyItem() public méthode

public GetKeyItem ( int itemIndex ) : LSL_Types.key
itemIndex int
Résultat LSL_Types.key

GetLSLFloatItem() public méthode

public GetLSLFloatItem ( int itemIndex ) : LSL_Types.LSLFloat
itemIndex int
Résultat LSL_Types.LSLFloat

GetLSLIntegerItem() public méthode

public GetLSLIntegerItem ( int itemIndex ) : LSL_Types.LSLInteger
itemIndex int
Résultat LSL_Types.LSLInteger

GetLSLListItemType() public méthode

public GetLSLListItemType ( int itemIndex ) : Type
itemIndex int
Résultat System.Type

GetLSLStringItem() public méthode

public GetLSLStringItem ( int itemIndex ) : LSL_Types.LSLString
itemIndex int
Résultat LSL_Types.LSLString

GetQuaternionItem() public méthode

public GetQuaternionItem ( int itemIndex ) : LSL_Types.Quaternion
itemIndex int
Résultat LSL_Types.Quaternion

GetSublist() public méthode

public GetSublist ( int start, int end ) : list
start int
end int
Résultat list

GetVector3Item() public méthode

public GetVector3Item ( int itemIndex ) : LSL_Types.Vector3
itemIndex int
Résultat LSL_Types.Vector3

HarmonicMean() public méthode

public HarmonicMean ( ) : double
Résultat double

Max() public méthode

public Max ( ) : double
Résultat double

Mean() public méthode

public Mean ( ) : double
Résultat double

Median() public méthode

public Median ( ) : double
Résultat double

Min() public méthode

public Min ( ) : double
Résultat double

NumericLength() public méthode

public NumericLength ( ) : int
Résultat int

NumericSort() public méthode

public NumericSort ( ) : void
Résultat void

Qi() public méthode

public Qi ( double i ) : double
i double
Résultat double

Range() public méthode

public Range ( ) : double
Résultat double

Sort() public méthode

public Sort ( int stride, int ascending ) : list
stride int
ascending int
Résultat list

StdDev() public méthode

public StdDev ( ) : double
Résultat double

Sum() public méthode

public Sum ( ) : double
Résultat double

SumSqrs() public méthode

public SumSqrs ( ) : double
Résultat double

ToCSV() public méthode

public ToCSV ( ) : string
Résultat string

ToDoubleList() public static méthode

public static ToDoubleList ( list src ) : list
src list
Résultat list

ToPrettyString() public méthode

public ToPrettyString ( ) : string
Résultat string

ToString() public méthode

public ToString ( ) : string
Résultat string

Variance() public méthode

public Variance ( ) : double
Résultat double

list() public méthode

public list ( ) : System
Résultat System

operator() public static méthode

public static operator ( ) : bool
Résultat bool

operator() public static méthode

public static operator ( ) : list
Résultat list