예제 #1
0
 public static int MatchBits(Mantissa <N> a, Mantissa <N> b)
 {
     return(BigUInt <N> .MatchBits(a.value, b.value));
 }