Encog 1.1 for DotNet
Peek Method (depth)
NamespacesEncog.Bot.HTMLPeekableInputStreamPeek(Int32)
Peek ahead the specified depth.
Declaration Syntax
C#Visual BasicVisual C++
public int Peek(
	int depth
)
Public Function Peek ( _
	depth As Integer _
) As Integer
public:
int Peek(
	int depth
)
Parameters
depth (Int32)
How far to peek ahead.
Return Value
The byte read.

Assembly: Encog (Module: Encog) Version: 1.1.0.0 (1.1.0)