YBig
|
The YBigInteger type exposes the following members.
| Name | Description | |
|---|---|---|
|
|
AddBytes | Add two byte arrays in the given YBase. |
|
|
AddString | Add two YBase prefixed string. |
|
|
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
|
|
GetHashCode | Serves as the default hash function. (Inherited from Object) |
|
|
GetType | Gets the Type of the current instance. (Inherited from Object) |
|
|
MultiplyBytes | Multiply two byte arrays in the given YBase. |
|
|
MultiplyString | Multiply two YBase prefixed string. |
|
|
ShiftToLeft | Apply a Binary Left Shift operation to current YBigInteger. |
|
|
ShiftToRight | Apply a Binary Right Shift operation to current YBigInteger. |
|
|
ToString |
Returns the YBigInteger in Decimal string format.
(Overrides ObjectToString) |
|
|
ToString(YBase) | Returns the YBigInteger in the base prefixed string format. |
| Name | Description | |
|---|---|---|
|
|
GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) |
|
|
SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |