Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether two value margins are equal.
|
|
GetHashCode ( ) : int |
Returns the hash code of the value margin object.
|
|
ValueMargin ( object value, double lowMargin, double highMargin ) |
Initializes a new instance of the ValueMargin class.
|
|
operator ( ) : bool |
Determines whether two unit value objects are equal.
|
public Equals ( object obj ) : bool | ||
obj | object | The value margin to compare with this one. |
return | bool |
public ValueMargin ( object value, double lowMargin, double highMargin ) | ||
value | object | The value the margin is associated with. |
lowMargin | double | The lower margin. |
highMargin | double | The higher margin. |