C# Class Automata.Tests.DotNetTest

Afficher le fichier Open project: AutomataDotNet/Automata Class Usage Examples

Méthodes publiques

Méthode Description
Test ( bool accept, string strs, double &sec ) : int

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.

Private Methods

Méthode Description
Compile ( Regex regex ) : void

Method Details

Test() public static méthode

Returns the number of accepted strings from the given list of strings. Outputs the total time taken in seconds.
public static Test ( bool accept, string strs, double &sec ) : int
accept bool
strs string
sec double
Résultat int