Example #1
0
 public bool IsZero()
 {
     return(Digits.All((b) => !b));
 }