NumberUtils Class |
Namespace: Tangosol.Util
public abstract class NumberUtils
The NumberUtils type exposes the following members.
Name | Description | |
---|---|---|
![]() | NumberUtils | Initializes a new instance of the NumberUtils class |
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 try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object.) |
![]() | GetHashCode | Serves as the default hash function. (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(Byte) |
Calculate a CRC32 value from a byte array.
|
![]() ![]() | ToCrc(Byte, Int32, Int32) |
Calculate a CRC32 value from a portion of a byte array.
|
![]() ![]() | ToCrc(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(Byte) |
Convert a byte array to a hex sequence of '0' + 'x' + 2 hex
digits per byte.
|
![]() ![]() | ToHexEscape(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.
|