BitConverterHelper Methods |
The BitConverterHelper type exposes the following members.
Name | Description | |
---|---|---|
FloatToInt32Bits |
Convert a float value to the bits of its representation
| |
Int32BitsToFloat |
Convert the bits of its representation to a float
| |
Next(Decimal) |
Returns the smallest double that is greater than n.
| |
Next(Double) |
Returns the smallest double that is greater than n.
| |
Next(Single) |
Returns the smallest float that is greater than n.
| |
Previous(Decimal) |
Returns the greatest double that is smaller than n.
| |
Previous(Double) |
Returns the greatest double that is smaller than n.
| |
Previous(Single) |
Returns the greatest float that is smaller than n.
|