csharp get bits from float

Code Example - csharp get bits from float

                
                        public unsafe static uint GetBits(float value) => *(uint*)&value;