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