- Namespace
- RandN
.Implementation - Containing Type
- FloatUtils
Syntax
[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static double IntoFloatWithExponent(this ulong original, int exponent)Attributes
| Type | Description |
|---|---|
| PureAttribute | |
| MethodImplAttribute |
Parameters
| Name | Type | Description |
|---|---|---|
| original | ulong | The bits used for the mantissa of the double. |
| exponent | int | The exponent of the double. |
Return Value
| Type | Description |
|---|---|
| double |