예제 #1
0
 public static long ComposeLong(IntegerParts parts) => (long)ComposeULong(parts);
예제 #2
0
 public static ulong ComposeULong(IntegerParts parts) => parts.ToULong();