Class ANN_InputValue

Description
  • access: public

Located in /InputValue.php (line 49)

ANN_Filesystem
   |
   --ANN_InputValue
Method Summary
[73]   public   ANN_InputValue :  __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE])
[124]   protected   float :  calculateInputValue (float $floatValue)
[101]   public   float :  getInputValue (float $floatValue)
Methods
public  ANN_InputValue __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE]) [73]
  • throws:

    ANN_Exception

    If $boolOverride is FALSE, an exception will be thrown if getInputValue() will be called with outranged values. If $boolOverride is TRUE, no exception will be thrown in this case, but lower values are replaced by $floatMin and upper values are replaced by $floatMax.

  • access: public
  • float $floatMin
  • float $floatMax
  • boolean $boolOverride: (Default: FALSE)
protected  float calculateInputValue (float $floatValue) [124]
  • float $floatValue
public  float getInputValue (float $floatValue) [101]
  • float $floatValue

Inherited Methods

Inherited From ANN_Filesystem

ANN_Filesystem::loadFromFile()
ANN_Filesystem::saveToFile()

Documentation generated on Mon, 23 May 2011 23:06:10 +0200 by phpDocumentor 1.4.1