Click or drag to resize

BitConverterHelper Methods

The BitConverterHelper type exposes the following members.

Methods
  NameDescription
Public methodStatic memberFloatToInt32Bits
Convert a float value to the bits of its representation
Public methodStatic memberInt32BitsToFloat
Convert the bits of its representation to a float
Public methodStatic memberNext(Decimal)
Returns the smallest double that is greater than n.
Public methodStatic memberNext(Double)
Returns the smallest double that is greater than n.
Public methodStatic memberNext(Single)
Returns the smallest float that is greater than n.
Public methodStatic memberPrevious(Decimal)
Returns the greatest double that is smaller than n.
Public methodStatic memberPrevious(Double)
Returns the greatest double that is smaller than n.
Public methodStatic memberPrevious(Single)
Returns the greatest float that is smaller than n.
Top
See Also