C# Class C2.Flash.HexRange

Show file Open project: x893/C2.Flash Class Usage Examples

Public Methods

Method Description
HexRange ( int address, int count ) : System
IsInner ( int point ) : bool
IsOverlapped ( HexRange range ) : bool
ToString ( ) : string

Method Details

HexRange() public method

public HexRange ( int address, int count ) : System
address int
count int
return System

IsInner() public method

public IsInner ( int point ) : bool
point int
return bool

IsOverlapped() public method

public IsOverlapped ( HexRange range ) : bool
range HexRange
return bool

ToString() public method

public ToString ( ) : string
return string