Click or drag to resize

Fixed Methods

The Fixed type exposes the following members.

Methods
  NameDescription
Public methodStatic memberParse(String)
Convert a string in into a Fixed number.
Public methodStatic memberParse(String, NumberStyles)
Convert a string in into a Fixed number.
Public methodStatic memberParse(String, IFormatProvider)
Convert a string in into a Fixed number.
Public methodStatic memberParse(String, NumberStyles, IFormatProvider)
Convert a string in into a Fixed number.
Public methodStatic memberRoundUp
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.
Public methodToString
Display the number as a string.
(Overrides ValueTypeToString.)
Public methodToString(IFormatProvider)
Display the number as a string.
Public methodToString(String)
Display the number as a string.
Public methodToString(String, IFormatProvider)
Display the number as a string.
Top
See Also