Example #1
0
 public void Combination(UInt32 high, UInt32 low, UInt64 expected) => Assert.Equal(expected, high.CombineWithLow(low));