C# Class StatRjAVGSD, chronojump

Inheritance: Stat
ファイルを表示 Open project: GNOME/chronojump

Protected Properties

Property Type Description
columnsString string[]
indexType string

Public Methods

Method Description
PrepareData ( ) : void
StatRjAVGSD ( ) : System
StatRjAVGSD ( StatTypeStruct, myStatTypeStruct, Gtk treeview, string indexType ) : System
ToString ( ) : string

Private Methods

Method Description
convertTCsTFsCombinedToIndexAVGSD ( ArrayList myDataCombined ) : ArrayList
getIndex ( double tf, double tc ) : double

Method Details

PrepareData() public method

public PrepareData ( ) : void
return void

StatRjAVGSD() public method

public StatRjAVGSD ( ) : System
return System

StatRjAVGSD() public method

public StatRjAVGSD ( StatTypeStruct, myStatTypeStruct, Gtk treeview, string indexType ) : System
myStatTypeStruct StatTypeStruct,
treeview Gtk
indexType string
return System

ToString() public method

public ToString ( ) : string
return string

Property Details

columnsString protected_oe property

protected string[] columnsString
return string[]

indexType protected_oe property

protected string indexType
return string