Data.TOFWithError.TOFWithError C# (CSharp) Méthode

TOFWithError() public méthode

public TOFWithError ( TOF t ) : System
t TOF
Résultat 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