GetBits() 공개 메소드

public GetBits ( ) : int
리턴 int
예제 #1
0
 /**
  * Append mode info. On success, store the result in "bits".
  */
 private static void AppendModeInfo(Mode mode, BitVector bits)
 {
     bits.AppendBits(mode.GetBits(), 4);
 }
예제 #2
0
 /**
  * Append mode info. On success, store the result in "bits".
  */
 static void AppendModeInfo(Mode mode, BitVector bits) {
     bits.AppendBits(mode.GetBits(), 4);
 }