Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

c# get bits from float

public unsafe static uint GetBits(float value) => *(uint*)&value;
 
PREVIOUS NEXT
Tagged: #bits #float
ADD COMMENT
Topic
Name
3+3 =