C# 클래스 Encog.Engine.Util.IntRange

A range of integers.
파일 보기 프로젝트 열기: encog/encog-silverlight-core

공개 메소드들

메소드 설명
IntRange ( int high, int low ) : System

Construct an integer range.

메소드 상세

IntRange() 공개 메소드

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.
리턴 System