Data.TOFWithError.TOFWithError C# (CSharp) Method

TOFWithError() public method

public TOFWithError ( TOF t ) : System
t TOF
return System
        public TOFWithError(TOF t)
        {
            this.Data = t.Data;
            this.Errors = new double[Length];
            this.Calibration = t.Calibration;
            this.GateStartTime = t.GateStartTime;
            this.ClockPeriod = t.ClockPeriod;
        }

Same methods

TOFWithError::TOFWithError ( ) : System