Oracle® Coherence .NET API Reference Release 3.7.1
E22844-03

The NumberUtils type exposes the following members.

Constructors

  NameDescription
NumberUtils
Initializes a new instance of the NumberUtils class

Methods

  NameDescription
ChangeEndianOverloaded.
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.
Equals
Determines whether the specified Object is equal to the current Object.
(Inherited from Object.)
Finalize
Allows an Object to attempt to free resources and perform other cleanup operations before the Object is reclaimed by garbage collection.
(Inherited from Object.)
GetHashCode
Serves as a hash function for a particular type.
(Inherited from Object.)
GetRandom
Obtain a Random object that can be used to get random values.
GetScale
Gets a scale of Decimal value.
GetType
Gets the Type of the current instance.
(Inherited from Object.)
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:
  • byte
  • short
  • int
  • long
  • double
  • float
  • decimal
MemberwiseClone
Creates a shallow copy of the current Object.
(Inherited from Object.)
ParseHexOverloaded.
SingleToInt32Bits
Converts Single to its bits, which are stored in a Int32 instance.
ToCrcOverloaded.
ToHex
Convert a byte to the hex sequence of 2 hex digits.
ToHexEscapeOverloaded.
ToString
Returns a String that represents the current Object.
(Inherited from Object.)
URShiftOverloaded.

See Also