public DspParameterDescription(string name, string label, string description, DspParameterDescriptionFloat dFloat) : this(name, label, description, DspParameterType.Float) { _descUnion.floatdesc = dFloat.ToFmod(); }