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

Afficher le fichier Open project: encog/encog-silverlight-core

Méthodes publiques

Méthode Description
SortedField ( int theIndexindex, SortType t, bool theAscending ) : System

Construct the object.

ToString ( ) : String

Method Details

SortedField() public méthode

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.
Résultat System

ToString() public final méthode

public final ToString ( ) : String
Résultat String