ToFloat(uint) Method
Reinterprets bits as a float.
Namespace
RandN.Implementation
Containing Type
FloatUtils

Syntax

[Pure]
[MethodImpl(MethodImplOptions.AggressiveInlining)]
public static float ToFloat(this uint bits)

Attributes

TypeDescription
PureAttribute
MethodImplAttribute

Parameters

NameTypeDescription
bitsuint

Return Value

TypeDescription
float