Esempio n. 1
0
 public override double GetSampleIntensity(IAnnotation si)
 {
     return(si.GetDoubleValue(SampleKey));
 }
Esempio n. 2
0
 public override double GetPValue(IAnnotation si)
 {
     return(si.GetDoubleValue(PValueKey));
 }
Esempio n. 3
0
 public override double GetReferenceIntensity(IAnnotation si)
 {
     return(si.GetDoubleValue(ReferenceKey));
 }