Method | Description | |
---|---|---|
GetHashCode ( ) : |
Get the hashcode of this object.
|
|
Int64MinMax ( System.Int64 Min, System.Int64 Max ) : System |
Creates a new range of Int64 values.
|
|
ToString ( ) : String |
Get a string representation of this object.
|
public Int64MinMax ( System.Int64 Min, System.Int64 Max ) : System | ||
Min | System.Int64 | The minimum value or lower bound. |
Max | System.Int64 | The maximum value or upper bound. |
return | System |