C# Class C2.Flash.HexRange

Afficher le fichier Open project: x893/C2.Flash Class Usage Examples

Méthodes publiques

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

Method Details

HexRange() public méthode

public HexRange ( int address, int count ) : System
address int
count int
Résultat System

IsInner() public méthode

public IsInner ( int point ) : bool
point int
Résultat bool

IsOverlapped() public méthode

public IsOverlapped ( HexRange range ) : bool
range HexRange
Résultat bool

ToString() public méthode

public ToString ( ) : string
Résultat string