Toggle navigation
Hot Examples
FR
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Rechercher
Accueil
Encog
MathUtil
BoundNumbers
C# Class Encog.MathUtil.BoundNumbers
A simple class that prevents numbers from getting either too big or too small.
Afficher le fichier
Open project: encog/encog-silverlight-core
Class Usage Examples
Méthodes publiques
Méthode
Description
Bound
(
double
d
) :
double
Bound the number so that it does not become too big or too small.
Method Details
Bound()
public
static
méthode
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.
Résultat
double