ToBits(float) Method
Reinterprets the bits of num as a uint.
Namespace
RandN.Implementation
Containing Type
FloatUtils

Syntax

public static uint ToBits(this float num)

Parameters

NameTypeDescription
numfloat

Return Value

TypeDescription
uint