Compartir a través de


MiningValue Miembros

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

El tipo MiningValue expone los siguientes miembros.

Métodos

  Nombre Descripción
Método publico Equals (Se hereda de Object).
Método protegido Finalize (Se hereda de Object).
Método publico GetAsDouble Returns the value that this MiningValue represents, converted to a double.
Método publico GetHashCode (Se hereda de Object).
Método publico GetType (Se hereda de Object).
Método protegido MemberwiseClone (Se hereda de Object).
Método publico ToString Returns the value that this MiningValue represents, converted to a string. (Invalida Object. . :: . .ToString() () () ().)

Principio

Propiedades

  Nombre Descripción
Propiedad pública DiscretizedMax Gets the maximum value of the discretized range.
Propiedad pública DiscretizedMid Gets the midpoint of the discretized range.
Propiedad pública DiscretizedMin Gets the minimum value of the discretized range.
Propiedad pública Index Gets the index of this mining value.
Propiedad pública Value Gets the value represented by this MiningValue.
Propiedad pública ValueType Gets the MiningValueType of this MiningValue.

Principio