Membros MiningValue

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

O tipo MiningValue expõe os seguintes membros.

Métodos

  Nome Descrição
Método público Equals (Herdado de Object.)
Método protegido Finalize (Herdado de Object.)
Método público GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Método público GetHashCode (Herdado de Object.)
Método público GetType (Herdado de Object.)
Método protegido MemberwiseClone (Herdado de Object.)
Método público ToString Returns the value that this MiningValue represents, converted to a string. (Substitui Object. . :: . .ToString() () () ().)

Início

Propriedades

  Nome Descrição
Propriedade pública DiscretizedMax Gets the maximum value of the discretized range.
Propriedade pública DiscretizedMid Gets the midpoint of the discretized range.
Propriedade pública DiscretizedMin Gets the minimum value of the discretized range.
Propriedade pública Index Gets the index of this mining value.
Propriedade pública Value Gets the value represented by this MiningValue.
Propriedade pública ValueType Gets the MiningValueType of this MiningValue.

Início