C# Class Fan.Sys.Range

Range.
Inheritance: FanObj
Afficher le fichier Open project: xored/f4 Class Usage Examples

Méthodes publiques

Méthode Description
@typeof ( ) : Type
Equals ( object obj ) : bool
GetHashCode ( ) : int
contains ( long i ) : bool
each ( Func f ) : void
end ( ) : long
exclusive ( ) : bool
first ( ) : Long
fromStr ( string s ) : Range
fromStr ( string s, bool check ) : Range
hash ( ) : long
inclusive ( ) : bool
isEmpty ( ) : bool
last ( ) : Long
make ( long start, long end, bool exclusive ) : Range
makeExclusive ( long start, long end ) : Range
makeInclusive ( long start, long end ) : Range
map ( Func f ) : List
max ( ) : Long
min ( ) : Long
offset ( long offset ) : Range
random ( ) : long
start ( ) : long
toList ( ) : List
toStr ( ) : string

Private Methods

Méthode 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

Method Details

@typeof() public méthode

public @typeof ( ) : Type
Résultat Type

Equals() public méthode

public Equals ( object obj ) : bool
obj object
Résultat bool

GetHashCode() public méthode

public GetHashCode ( ) : int
Résultat int

contains() public méthode

public contains ( long i ) : bool
i long
Résultat bool

each() public méthode

public each ( Func f ) : void
f Func
Résultat void

end() public méthode

public end ( ) : long
Résultat long

exclusive() public méthode

public exclusive ( ) : bool
Résultat bool

first() public méthode

public first ( ) : Long
Résultat Long

fromStr() public static méthode

public static fromStr ( string s ) : Range
s string
Résultat Range

fromStr() public static méthode

public static fromStr ( string s, bool check ) : Range
s string
check bool
Résultat Range

hash() public méthode

public hash ( ) : long
Résultat long

inclusive() public méthode

public inclusive ( ) : bool
Résultat bool

isEmpty() public méthode

public isEmpty ( ) : bool
Résultat bool

last() public méthode

public last ( ) : Long
Résultat Long

make() public static méthode

public static make ( long start, long end, bool exclusive ) : Range
start long
end long
exclusive bool
Résultat Range

makeExclusive() public static méthode

public static makeExclusive ( long start, long end ) : Range
start long
end long
Résultat Range

makeInclusive() public static méthode

public static makeInclusive ( long start, long end ) : Range
start long
end long
Résultat Range

map() public méthode

public map ( Func f ) : List
f Func
Résultat List

max() public méthode

public max ( ) : Long
Résultat Long

min() public méthode

public min ( ) : Long
Résultat Long

offset() public méthode

public offset ( long offset ) : Range
offset long
Résultat Range

random() public méthode

public random ( ) : long
Résultat long

start() public méthode

public start ( ) : long
Résultat long

toList() public méthode

public toList ( ) : List
Résultat List

toStr() public méthode

public toStr ( ) : string
Résultat string