В этом разделе
В следующих таблицах перечислены элементы, предоставляемые
Fix32.
Публичные Конструкторы
| | Имя | Описание |
 | Fix32 | Initializes a new instance of the Fix32 class. |
Публичные Поля
| | Имя | Описание |
  | Empty | Represents a Fix32 class with its properties left uninitialized. |
Публичные Свойства
| | Имя | Описание |
 | Frac | The Fractional part of the floating point number. |
 | Whole | The Whole part of the floating point number. |
Публичные Методы
| | Имя | Описание |
 | 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. |
Смотрите также