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