C# Class Encog.App.Analyst.CSV.Sort.SortedField

Datei anzeigen Open project: encog/encog-silverlight-core

Public Methods

Method Description
SortedField ( int theIndexindex, SortType t, bool theAscending ) : System

Construct the object.

ToString ( ) : String

Method Details

SortedField() public method

Construct the object.
public SortedField ( int theIndexindex, SortType t, bool theAscending ) : System
theIndexindex int The index of the sorted field.
t SortType The type of sort, the type of object.
theAscending bool True, if this is an ascending sort.
return System

ToString() public final method

public final ToString ( ) : String
return String