RFID.RFIDInterface.Source_SingulationParametersDynamicQ.Copy C# (CSharp) Method

Copy() public method

public Copy ( Source_SingulationParametersDynamicQ from ) : void
from Source_SingulationParametersDynamicQ
return void
        public void Copy( Source_SingulationParametersDynamicQ from )
        {
            this.StartQValue         = from.StartQValue;
            this.MinQValue           = from.MinQValue;
            this.MaxQValue           = from.MaxQValue;
            this.RetryCount          = from.RetryCount;
            this.ToggleTarget        = from.ToggleTarget;
            this.ThresholdMultiplier = from.ThresholdMultiplier;
        }