예제 #1
0
 public BinarySpectrum(double startRt, double endRt, BinaryData xValues, BinaryData yValues)
     : base(xValues, yValues)
 {
     StartRT = startRt;
     EndRT = endRt;
     totalIntensity = yValues.Sum();
 }