Oracle® Fusion Middleware .NET API Reference for Oracle Coherence
12c (12.2.1.4.0)
E90869-02
12c (12.2.1.4.0)
E90869-02
The NumberUtils type exposes the following members.
Constructors
Name | Description | |
---|---|---|
![]() | NumberUtils | Initializes a new instance of the NumberUtils class |
Methods
Name | Description | |
---|---|---|
![]() ![]() | ChangeEndian(Int16) |
Changes the endian of Int16 value.
|
![]() ![]() | ChangeEndian(Int32) |
Changes the endian of Int32 value.
|
![]() ![]() | ChangeEndian(Int64) |
Changes the endian of Int64 value.
|
![]() ![]() | ChangeEndian(UInt16) |
Changes the endian of UInt16 value.
|
![]() ![]() | ChangeEndian(UInt32) |
Changes the endian of UInt32 value.
|
![]() ![]() | ChangeEndian(UInt64) |
Changes the endian of UInt64 value.
|
![]() ![]() | 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.) |
![]() ![]() | GetUnscaledValue |
Gets the unscaled value of Decimal value.
|
![]() ![]() | 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:
|
![]() | MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object.) |
![]() ![]() | ParseHex(Char) |
Return the integer value of a hexidecimal digit.
|
![]() ![]() | ParseHex(String) |
Parse the passed string of hexidecimal characters into a binary
value.
|
![]() ![]() | SingleToInt32Bits |
Converts Single to its bits, which are stored in a
Int32 instance.
|
![]() ![]() | ToCrc(array<Byte>[]()[][]) |
Calculate a CRC32 value from a byte array.
|
![]() ![]() | ToCrc(array<Byte>[]()[][], Int32, Int32) |
Calculate a CRC32 value from a portion of a byte array.
|
![]() ![]() | ToCrc(array<Byte>[]()[][], Int32, Int32, UInt32) |
Continue to calculate a CRC32 value from a portion of a byte
array.
|
![]() ![]() | ToHex |
Convert a byte to the hex sequence of 2 hex digits.
|
![]() ![]() | ToHexEscape(Byte) |
Convert a byte to a hex sequence of '0' + 'x' + 2 hex digits.
|
![]() ![]() | ToHexEscape(array<Byte>[]()[][]) |
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex
digits per byte.
|
![]() ![]() | ToHexEscape(array<Byte>[]()[][], Int32, Int32) |
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex
digits per byte.
|
![]() | ToString | Returns a String that represents the current Object. (Inherited from Object.) |
![]() ![]() | URShift(Int32, Int32) |
Performs an unsigned bitwise right shift with the specified number.
|
![]() ![]() | URShift(Int64, Int32) |
Performs an unsigned bitwise right shift with the specified number.
|