ViewVC Help
View File | Revision Log | Show Annotations | Download File | View Changeset | Root Listing
root/RomCheater/trunk/Win32/libWin32/Win32/NumericConversion/IEEE754/I_ieee754FloatingPointConverter.cs
Revision: 88
Committed: Wed May 9 20:52:20 2012 UTC (11 years, 1 month ago) by william
File size: 293 byte(s)
Log Message:

File Contents

# Content
1 using System;
2 using System.Collections.Generic;
3 using System.Linq;
4 using System.Text;
5
6 namespace libWin32.Win32.NumericConversion.IEEE754
7 {
8 public interface I_ieee754FloatingPointConverter
9 {
10 float Float { get; set; }
11 uint HexFloat { get; set; }
12 }
13 }