MiningValue Members
Include Protected Members
Include Inherited Members
Represents a value in the mining distribution or mining column. This class cannot be inherited.
The MiningValue type exposes the following members.
Methods
Name | Description | |
---|---|---|
![]() |
Equals(Object) | (Inherited from Object.) |
![]() |
Finalize() | (Inherited from Object.) |
![]() |
GetAsDouble() | Returns the value that this MiningValue represents, converted to a double. |
![]() |
GetHashCode() | (Inherited from Object.) |
![]() |
GetType() | (Inherited from Object.) |
![]() |
MemberwiseClone() | (Inherited from Object.) |
![]() |
ToString() | Returns the value that this MiningValue represents, converted to a string. (Overrides Object.ToString().) |
Top
Properties
Name | Description | |
---|---|---|
![]() |
DiscretizedMax | Gets the maximum value of the discretized range. |
![]() |
DiscretizedMid | Gets the midpoint of the discretized range. |
![]() |
DiscretizedMin | Gets the minimum value of the discretized range. |
![]() |
Index | Gets the index of this mining value. |
![]() |
Value | Gets the value represented by this MiningValue. |
![]() |
ValueType | Gets the MiningValueType of this MiningValue. |
Top