- Namespace
- RandN
.Implementation - Containing Type
- BitwiseExtensions
Syntax
public static ulong CombineWithLow(this uint high, uint low)Parameters
| Name | Type | Description |
|---|---|---|
| high | uint | The 32 high bits. |
| low | uint | The 32 low bits. |
Return Value
| Type | Description |
|---|---|
| ulong |