Method | Description | |
---|---|---|
Equals ( object obj ) : bool |
Determines whether the specified object is equal to the current object.
|
|
GetHashCode ( ) : int |
Returns a hash code for this instance.
|
|
NumberToken ( double number ) : System |
Initializes the NumberToken class.
|
|
ToString ( ) : string |
Returns a string that represents the current object.
|
public Equals ( object obj ) : bool | ||
obj | object | The object to compare with the current object. |
return | bool |
public NumberToken ( double number ) : System | ||
number | double | A number. |
return | System |