Method | Description | |
---|---|---|
@typeof ( ) : Type | ||
Equals ( object obj ) : bool | ||
GetHashCode ( ) : int | ||
contains ( long i ) : bool | ||
each ( |
||
end ( ) : long | ||
exclusive ( ) : bool | ||
first ( ) : Long | ||
fromStr ( string s ) : |
||
fromStr ( string s, bool check ) : |
||
hash ( ) : long | ||
inclusive ( ) : bool | ||
isEmpty ( ) : bool | ||
last ( ) : Long | ||
make ( long start, long end, bool exclusive ) : |
||
makeExclusive ( long start, long end ) : |
||
makeInclusive ( long start, long end ) : |
||
map ( |
||
max ( ) : Long | ||
min ( ) : Long | ||
offset ( long offset ) : |
||
random ( ) : long | ||
start ( ) : long | ||
toList ( ) : |
||
toStr ( ) : string |
Method | Description | |
---|---|---|
Range ( long start, long end, bool exclusive ) : System | ||
end ( int size ) : int | ||
end ( long size ) : long | ||
start ( int size ) : int | ||
start ( long size ) : long |
public static fromStr ( string s, bool check ) : |
||
s | string | |
check | bool | |
return |
public static make ( long start, long end, bool exclusive ) : |
||
start | long | |
end | long | |
exclusive | bool | |
return |
public static makeExclusive ( long start, long end ) : |
||
start | long | |
end | long | |
return |
public static makeInclusive ( long start, long end ) : |
||
start | long | |
end | long | |
return |