Toggle navigation
Hot Examples
PT
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Pesquisar
Página Inicial
Encog
Engine
Util
IntRange
C# Class Encog.Engine.Util.IntRange
A range of integers.
Exibir arquivo
Open project: encog/encog-silverlight-core
Public Methods
Method
Description
IntRange
(
int
high
,
int
low
) :
System
Construct an integer range.
Method Details
IntRange()
public
method
Construct an integer range.
public
IntRange
(
int
high
,
int
low
) :
System
high
int
The high end of the range.
low
int
The low end of the range.
return
System