Поделиться через


Элементы MiningValue

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

Тип MiningValue предоставляет доступ к следующим элементам.

Методы

  Имя Описание
Открытый метод Equals (Наследуется из Object.)
Защищенный метод Finalize (Наследуется из Object.)
Открытый метод GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Открытый метод GetHashCode (Наследуется из Object.)
Открытый метод GetType (Наследуется из Object.)
Защищенный метод MemberwiseClone (Наследуется из Object.)
Открытый метод ToString Returns the value that this MiningValue represents, converted to a string. (Перезаписывает Object. . :: . .ToString() () () ().)

В начало

Свойства

  Имя Описание
Открытое свойство 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.

В начало