YBig
|
public sealed class YBigInteger
The YBigInteger type exposes the following members.
| Name | Description | |
|---|---|---|
| YBigInteger(Byte) | Create a new YBigInteger from the byte array byteArray. | |
| YBigInteger(String) | Create a new YBigInteger from the YBase prefixed string number strValue. |
| 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 | |
|---|---|---|
| Addition(Int64, YBigInteger) | Add a long number to a YBigInteger. | |
| Addition(YBigInteger, Int64) | Add a YBigInteger to a long number. | |
| Addition(YBigInteger, YBigInteger) | Add two YBigInteger. | |
| BitwiseAnd(Int64, YBigInteger) | Apply a Binary AND operation between a long number to a YBigInteger. | |
| BitwiseAnd(YBigInteger, Int64) | Apply a Binary AND operation between a YBigInteger to a long number. | |
| BitwiseAnd(YBigInteger, YBigInteger) | Apply a Binary AND operation between two YBigInteger. | |
| BitwiseOr(Int64, YBigInteger) | Apply a Binary OR operation between a long number to a YBigInteger. | |
| BitwiseOr(YBigInteger, Int64) | Apply a Binary OR operation between a YBigInteger to a long number. | |
| BitwiseOr(YBigInteger, YBigInteger) | Apply a Binary OR operation between two YBigInteger. | |
| ExclusiveOr(Int64, YBigInteger) | Apply a Binary XOR operation between a long number to a YBigInteger. | |
| ExclusiveOr(YBigInteger, Int64) | Apply a Binary XOR operation between a YBigInteger to a long number. | |
| ExclusiveOr(YBigInteger, YBigInteger) | Apply a Binary XOR operation between two YBigInteger. | |
| Multiply(Int64, YBigInteger) | Multiply a long number to a YBigInteger. | |
| Multiply(YBigInteger, Int64) | Multiply a YBigInteger to a long number. | |
| Multiply(YBigInteger, YBigInteger) | Multiply two YBigInteger. | |
| OnesComplement(YBigInteger) | Apply a Binary NOT operation to a YBigInteger. |
| Name | Description | |
|---|---|---|
| InternalBase | The internal base which is 0x100 or 256. |
| Name | Description | |
|---|---|---|
| GetMD5HashCode |
Get the MD5 Hash code of an Objectobj as a string.
(Defined by YObjectExtentionMethods) | |
| SerializeObject |
Serialize an ObjecttoSerialize.
(Defined by YSerializationCenter) |