public int IndexOf(object key)
 {
     return(sampleList.IndexOfT(Convert.ToDouble(key)));
 }