ParamFloat constructor

ParamFloat([
  1. double val = 0.0
])

Implementation

ParamFloat( [double val = 0.0] ){
	_val = val;
}