public class Category
Public Class Category
public ref class Category
type Category = class end
A Category instance represents a possible value of a categorical variable by means of a real number, the Code, and a string, the Label.
A Category object is immutable (read-only), because its value cannot be modified after it has been instantiated. Categories can be created only by calling method Add(Double) or Add(Double, String), adding them to a CategoricalVariable object.
Note that a category is identified by its Code or by its Label. As a consequence, a Category cannot be added to a CategoricalVariable if such variable already contains another category having the same code or the same label of the category to be added.
Equals | Determines whether the specified object is equal to the current object. (Inherited from Object) |
Finalize | Allows an object to try to free resources and perform other cleanup operations before it is reclaimed by garbage collection. (Inherited from Object) |
GetHashCode | Serves as the default hash function. (Inherited from Object) |
GetType | Gets the Type of the current instance. (Inherited from Object) |
MemberwiseClone | Creates a shallow copy of the current Object. (Inherited from Object) |
ToString |
Returns a String that represents this instance.
(Overrides ObjectToString) |