예제 #1
0
 public double GetDouble(long rowID)
 {
     return(_storage.ReadDouble(rowID * _sizeBytes));
 }