[Missing <summary> documentation for T:QS.Fx.Base.Int128]
| C# | Visual Basic | Managed C++ |
public struct Int128 : ISerializable, IComparable<Int128>, IEquatable<Int128>
Public Structure Int128 _ Implements ISerializable, IComparable(Of Int128), IEquatable(Of Int128)
public value class Int128 : ISerializable, IComparable<Int128>, IEquatable<Int128>
| All Members | Constructors | Methods | Properties | Fields | Events |
| Icon | Member | Description |
|---|---|---|
| Int128New(UInt64, UInt64) | ||
| Int128New(Guid) | ||
| CompareTo(Int128) | ||
| DeserializeFrom(ConsumableBlock, ConsumableBlock) | ||
| Equals(Object) | (Overrides ValueType.Equals(Object).) | |
| Equals(Int128) | ||
| 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.) | |
| FromString(String) | ||
| GetHashCode() | (Overrides ValueType.GetHashCode().) | |
| GetType() | Gets the Type of the current instance. (Inherited from Object.) | |
| MemberwiseClone() | Creates a shallow copy of the current Object. (Inherited from Object.) | |
| SerializableInfo | ||
| SerializeTo(ConsumableBlock, IList<(Of Block>)) | ||
| ToString() | (Overrides ValueType.ToString().) |