Method | Description | |
---|---|---|
InRange ( this input, int LowValue, int HighValue ) : bool |
Returns whether this Int32 value is within the range of the specified values
|
|
ToFileSize ( this l ) : string |
Converts this int value to a file size
|
public static InRange ( this input, int LowValue, int HighValue ) : bool | ||
input | this | |
LowValue | int | The low end of the scale |
HighValue | int | The high end of the scale |
return | bool |