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