Data.TOFWithError.TOFWithError C# (CSharp) 메소드

TOFWithError() 공개 메소드

public TOFWithError ( TOF t ) : System
t TOF
리턴 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