예제 #1
0
 public int Count(int span)
 {
     return(BangDBNative.CountSpanSWCount(_swsc, span, (int)BangDBWindowType.SlidingWindowUnit));
 }