Scale

This module scales its input value by multiplying by a constant factor
and then adding a constant factor to the result, or by scaling values
based on the smallest largest values encountered to date.

Input Ports
	
	Operand - integer, float, double
	the value to be scaled

Output Ports

	Result - scalar, vector, or array depending on input types and
	specified scale operation
	obtained by Result = Scale (Operand)


Configuration Information

	Scaling Option - determines how the operand value is scaled.
	Possible scaling options are:

	Static: a fixed mathematical formula is applied to all input
	values.  The offset represents how much is added to the result
	of multiplying the operand by the scale factor
	Dynamic: all values are scaled relative to the minimum and
	maximum data values






