C# Класс Automata.Tests.DotNetTest

Показать файл Открыть проект Примеры использования класса

Открытые методы

Метод Описание
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.

Приватные методы

Метод Описание
Compile ( Regex regex ) : void

Описание методов

Test() публичный статический Метод

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
Результат int