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

A simple class that prevents numbers from getting either too big or too small.
파일 보기 프로젝트 열기: encog/encog-silverlight-core 1 사용 예제들

공개 메소드들

메소드 설명
Bound ( double d ) : double

Bound the number so that it does not become too big or too small.

비공개 메소드들

메소드 설명
BoundNumbers ( ) : System

Private constructor.

메소드 상세

Bound() 공개 정적인 메소드

Bound the number so that it does not become too big or too small.
public static Bound ( double d ) : double
d double The number to check.
리턴 double