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

Syntax

public static float ToFloat(this uint bits)

Parameters

NameTypeDescription
bitsuint

Return Value

TypeDescription
float