Method | Description | |
---|---|---|
Max ( ) : long |
Gets the maximum.
|
|
MaxThenReset ( ) : long |
Gets the maximum and sets it to 0.
|
|
Reset ( ) : void |
Sets the maximum to 0.
|
|
ToString ( ) : string |
Gets the string representation of the maximum.
|
|
Update ( long x ) : void |
Updates the maximum if the specified number is greater than the maximum.
|
public Update ( long x ) : void | ||
x | long | The number to update with. |
return | void |