MiningValue Members
Include Protected Members
Include Inherited Members
Represents a value in the mining distribution or mining column.
The MiningValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
Equals(Object) | (Inherited from Object.) | |
Finalize() | (Inherited from Object.) | |
GetHashCode() | (Inherited from Object.) | |
GetType() | (Inherited from Object.) | |
MemberwiseClone() | (Inherited from Object.) | |
ToString() | Gets the value that this MiningValue represents, converted to a string. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
Index | Gets the index of this mining value. | |
Value | Gets the value represented by this MiningValue. | |
ValueType | Gets the type of this MiningValue. |
Top