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

Exibir arquivo Open project: N3X15/VoxelSim Class Usage Examples

Public Methods

Method 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

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

Method Details

Add() public method

public Add ( object o ) : void
o object
return void

AlphaSort() public method

public AlphaSort ( ) : void
return void

Contains() public method

public Contains ( object o ) : bool
o object
return bool

DeleteSublist() public method

public DeleteSublist ( int start, int end ) : list
start int
end int
return list

Equals() public method

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

FromCSV() public static method

public static FromCSV ( string csv ) : list
csv string
return list

GeometricMean() public method

public GeometricMean ( ) : double
return double

GetHashCode() public method

public GetHashCode ( ) : int
return int

GetKeyItem() public method

public GetKeyItem ( int itemIndex ) : LSL_Types.key
itemIndex int
return LSL_Types.key

GetLSLFloatItem() public method

public GetLSLFloatItem ( int itemIndex ) : LSL_Types.LSLFloat
itemIndex int
return LSL_Types.LSLFloat

GetLSLIntegerItem() public method

public GetLSLIntegerItem ( int itemIndex ) : LSL_Types.LSLInteger
itemIndex int
return LSL_Types.LSLInteger

GetLSLListItemType() public method

public GetLSLListItemType ( int itemIndex ) : Type
itemIndex int
return System.Type

GetLSLStringItem() public method

public GetLSLStringItem ( int itemIndex ) : LSL_Types.LSLString
itemIndex int
return LSL_Types.LSLString

GetQuaternionItem() public method

public GetQuaternionItem ( int itemIndex ) : LSL_Types.Quaternion
itemIndex int
return LSL_Types.Quaternion

GetSublist() public method

public GetSublist ( int start, int end ) : list
start int
end int
return list

GetVector3Item() public method

public GetVector3Item ( int itemIndex ) : LSL_Types.Vector3
itemIndex int
return LSL_Types.Vector3

HarmonicMean() public method

public HarmonicMean ( ) : double
return double

Max() public method

public Max ( ) : double
return double

Mean() public method

public Mean ( ) : double
return double

Median() public method

public Median ( ) : double
return double

Min() public method

public Min ( ) : double
return double

NumericLength() public method

public NumericLength ( ) : int
return int

NumericSort() public method

public NumericSort ( ) : void
return void

Qi() public method

public Qi ( double i ) : double
i double
return double

Range() public method

public Range ( ) : double
return double

Sort() public method

public Sort ( int stride, int ascending ) : list
stride int
ascending int
return list

StdDev() public method

public StdDev ( ) : double
return double

Sum() public method

public Sum ( ) : double
return double

SumSqrs() public method

public SumSqrs ( ) : double
return double

ToCSV() public method

public ToCSV ( ) : string
return string

ToDoubleList() public static method

public static ToDoubleList ( list src ) : list
src list
return list

ToPrettyString() public method

public ToPrettyString ( ) : string
return string

ToString() public method

public ToString ( ) : string
return string

Variance() public method

public Variance ( ) : double
return double

list() public method

public list ( ) : System
return System

operator() public static method

public static operator ( ) : bool
return bool

operator() public static method

public static operator ( ) : list
return list