C# 클래스 Fan.Sys.Range

Range.
상속: FanObj
파일 보기 프로젝트 열기: xored/f4 1 사용 예제들

공개 메소드들

메소드 설명
@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

비공개 메소드들

메소드 설명
Range ( long start, long end, bool exclusive ) : System
end ( int size ) : int
end ( long size ) : long
start ( int size ) : int
start ( long size ) : long

메소드 상세

@typeof() 공개 메소드

public @typeof ( ) : Type
리턴 Type

Equals() 공개 메소드

public Equals ( object obj ) : bool
obj object
리턴 bool

GetHashCode() 공개 메소드

public GetHashCode ( ) : int
리턴 int

contains() 공개 메소드

public contains ( long i ) : bool
i long
리턴 bool

each() 공개 메소드

public each ( Func f ) : void
f Func
리턴 void

end() 공개 메소드

public end ( ) : long
리턴 long

exclusive() 공개 메소드

public exclusive ( ) : bool
리턴 bool

first() 공개 메소드

public first ( ) : Long
리턴 Long

fromStr() 공개 정적인 메소드

public static fromStr ( string s ) : Range
s string
리턴 Range

fromStr() 공개 정적인 메소드

public static fromStr ( string s, bool check ) : Range
s string
check bool
리턴 Range

hash() 공개 메소드

public hash ( ) : long
리턴 long

inclusive() 공개 메소드

public inclusive ( ) : bool
리턴 bool

isEmpty() 공개 메소드

public isEmpty ( ) : bool
리턴 bool

last() 공개 메소드

public last ( ) : Long
리턴 Long

make() 공개 정적인 메소드

public static make ( long start, long end, bool exclusive ) : Range
start long
end long
exclusive bool
리턴 Range

makeExclusive() 공개 정적인 메소드

public static makeExclusive ( long start, long end ) : Range
start long
end long
리턴 Range

makeInclusive() 공개 정적인 메소드

public static makeInclusive ( long start, long end ) : Range
start long
end long
리턴 Range

map() 공개 메소드

public map ( Func f ) : List
f Func
리턴 List

max() 공개 메소드

public max ( ) : Long
리턴 Long

min() 공개 메소드

public min ( ) : Long
리턴 Long

offset() 공개 메소드

public offset ( long offset ) : Range
offset long
리턴 Range

random() 공개 메소드

public random ( ) : long
리턴 long

start() 공개 메소드

public start ( ) : long
리턴 long

toList() 공개 메소드

public toList ( ) : List
리턴 List

toStr() 공개 메소드

public toStr ( ) : string
리턴 string