Esempio n. 1
0
 public bool GetChState(int ch)
 {
     return(MathLib.CheckBit(Data[0], ChEnablingBits[ch]));
 }