In This Topic
The following tables list the members exposed by
Fix32.
Public Constructors
| Name | Description |
 | Fix32 | Initializes a new instance of the Fix32 class. |
Public Fields
| Name | Description |
  | Empty | Represents a Fix32 class with its properties left uninitialized. |
Public Properties
| Name | Description |
 | Frac | The Fractional part of the floating point number. |
 | Whole | The Whole part of the floating point number. |
Public Methods
| Name | Description |
 | CompareTo | Compares the current instance with another object of the same type. |
 | Equals | Returns a value indicating whether this instance is equal to a specified object. |
 | GetHashCode | Serves as a hash function for Fix32 type. |
 | ToFloat | Returns a float value that represents the current object. |
 | ToPositiveFloat | Returns a positive float value that represents the current object. |
 | ToString | Returns a string that represents the current object. |
See Also