Property | Type | Description |
---|
Method | Description | |
---|---|---|
NumberResult ( double number ) : System |
Initializes a new instance of the NumberResult class.
|
|
ToString ( ) : string |
Returns a String that represents this instance.
|
public NumberResult ( double number ) : System | ||
number | double | The numerical representation of result. |
return | System |