- Namespace
- RandN.Implementation 
- Containing Type
- BitwiseExtensions
Syntax
[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static ulong CombineWithLow(this uint high, uint low)Attributes
| Type | Description | 
|---|---|
| PureAttribute | |
| MethodImplAttribute | 
Parameters
| Name | Type | Description | 
|---|---|---|
| high | uint | The 32 high bits. | 
| low | uint | The 32 low bits. | 
Return Value
| Type | Description | 
|---|---|
| ulong |