Documentation For Encog 2.x

WebPage.GetDataUnit Method

Get the DataUnit unit at the specified index.

public DataUnit GetDataUnit(
   int i
);

Parameters

i
The index to use.

Return Value

The DataUnit found at the specified index.

See Also

WebPage Class | Encog.Bot.Browse Namespace