set method

ParamFloat set(
  1. double val
)

Implementation

ParamFloat set( double val ){
	_val = val;
	return this;
}