Метод | Описание | |
---|---|---|
Clone ( ) : |
Makes a deep copy of this object.
|
|
Equals ( object obj ) : bool |
Tests if this object is considered equal to another.
|
|
GetHashCode ( ) : int |
Calculates a hash code for this object.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
Метод | Описание | |
---|---|---|
GetProbability ( double x ) : double |
Gets a probability.
|
|
GetStatisticFor ( double x ) : |
Gets statistic for.
|
|
Increment ( double x ) : void |
Increments.
|
|
Normalize ( ) : void |
Normalizes this object.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
Результат | bool |