Fixed Methods |
The Fixed type exposes the following members.
| Name | Description | |
|---|---|---|
| Parse(String) | Convert a string in into a Fixed number. | |
| Parse(String, NumberStyles) | Convert a string in into a Fixed number. | |
| Parse(String, IFormatProvider) | Convert a string in into a Fixed number. | |
| Parse(String, NumberStyles, IFormatProvider) | Convert a string in into a Fixed number. | |
| RoundUp | Rounds up the provided double floating point time to the fixed precision floating point format. This ensures that the value returned is at least as big as the double precision floating point value provided. The input value is then set to the double floating point precision representation of the retured fixed precision floating point value. | |
| ToString |
Display the number as a string.
(Overrides ValueTypeToString) | |
| ToString(IFormatProvider) | Display the number as a string. | |
| ToString(String) | Display the number as a string. | |
| ToString(String, IFormatProvider) | Display the number as a string. |