Class OutputValue

Description

Implements interfaces:

  • access: public

Located in /OutputValue.php (line 56)

Filesystem
   |
   --OutputValue
Method Summary
[91]   public   OutputValue :  __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE])
[156]   protected   float :  calculateOutputValue (float $floatValue)
[119]   public   float :  getOutputValue (float $floatValue)
[143]   public   float :  getRealOutputValue (float $floatValue)
Methods
public  OutputValue __construct (float $floatMin, float $floatMax, [boolean $boolOverride = FALSE]) [91]
  • throws:

    Exception

    If $boolOverride is FALSE, an exception will be thrown if getOutputValue() 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 calculateOutputValue (float $floatValue) [156]
  • float $floatValue
public  float getOutputValue (float $floatValue) [119]
  • float $floatValue
public  float getRealOutputValue (float $floatValue) [143]
  • throws: Exception
  • access: public
  • float $floatValue: (0..1)

Inherited Methods

Inherited From Filesystem

Filesystem::loadFromFile()
Filesystem::saveToFile()

Documentation generated on Mon, 04 Jul 2011 21:31:11 +0200 by phpDocumentor 1.4.1