Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03
E22844-03
The NumberUtils type exposes the following members.
Constructors
| Name | Description | |
|---|---|---|
| NumberUtils | Initializes a new instance of the NumberUtils class |
Methods
| Name | Description | |
|---|---|---|
| ChangeEndian | Overloaded. | |
| DecimalToRawInt128 |
Converts Decimal to unscaled RawInt128
representation - compatible with Java BigInteger type.
| |
| DoubleToInt64Bits |
Converts Double to its bits, which are stored in a
Int64 instance.
| |
| EncodeDecimalBits |
Encode RawInt128 value provided to array of int values
representing Decimal unscaled value bits.
| |
Determines whether the specified (Inherited from | ||
Allows an (Inherited from | ||
Serves as a hash function for a particular type.
(Inherited from | ||
| GetRandom |
Obtain a Random object that can be used to get random
values.
| |
| GetScale |
Gets a scale of Decimal value.
| |
Gets the (Inherited from | ||
| Int32BitsToSingle |
Converts bits which are stored in an Int32 instance into
the Single object.
| |
| Int64BitsToDouble |
Converts bits which are stored in an Int64 instance into
the Double object.
| |
| IntToByteArray |
Converts Int32 to its byte array.
| |
| IsNumber |
Returns true if specified object is one of .NET supported
numeric types:
| |
Creates a shallow copy of the current (Inherited from | ||
| ParseHex | Overloaded. | |
| SingleToInt32Bits |
Converts Single to its bits, which are stored in a
Int32 instance.
| |
| ToCrc | Overloaded. | |
| ToHex |
Convert a byte to the hex sequence of 2 hex digits.
| |
| ToHexEscape | Overloaded. | |
Returns a (Inherited from | ||
| URShift | Overloaded. |