Freigeben über


MiningValue-Member

Represents a value in the mining distribution or mining column. This class cannot be inherited.

Der MiningValue-Typ macht die folgenden Member verfügbar.

Methoden

  Name Beschreibung
Öffentliche Methode Equals (Geerbt von Object.)
Geschützte Methode Finalize (Geerbt von Object.)
Öffentliche Methode GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Öffentliche Methode GetHashCode (Geerbt von Object.)
Öffentliche Methode GetType (Geerbt von Object.)
Geschützte Methode MemberwiseClone (Geerbt von Object.)
Öffentliche Methode ToString Returns the value that this MiningValue represents, converted to a string. (Überschreibt Object. . :: . .ToString() () () ().)

Zum Anfang

Eigenschaften

  Name Beschreibung
Öffentliche Eigenschaft DiscretizedMax Gets the maximum value of the discretized range.
Öffentliche Eigenschaft DiscretizedMid Gets the midpoint of the discretized range.
Öffentliche Eigenschaft DiscretizedMin Gets the minimum value of the discretized range.
Öffentliche Eigenschaft Index Gets the index of this mining value.
Öffentliche Eigenschaft Value Gets the value represented by this MiningValue.
Öffentliche Eigenschaft ValueType Gets the MiningValueType of this MiningValue.

Zum Anfang