C# Class Nintenlord.Utility.IntegerExtensions

Extensions and helper methods to integers
Afficher le fichier Open project: Diegoisawesome/AwesomeMapEditor-old

Méthodes publiques

Méthode Description
Clamp ( this i, int min, int max ) : int
Clamp ( int &i, int min, int max ) : void
Intersects ( int index1, int length1, int index2, int length2 ) : bool
IsInRange ( this i, int min, int max ) : bool
IsInRangeHO ( this i, int min, int max ) : bool
ToBinString ( this i, string postfix ) : string
ToBinString ( this i, string prefix, string postfix ) : string
ToHexString ( this i, string prefix ) : string
ToHexString ( this i, string prefix, string postfix ) : string
ToMod ( this i, int mod ) : int
ToMod ( int &i, int mod ) : void
ToPower2 ( this value ) : int
ToPower2 ( int &value ) : void

Method Details

Clamp() public static méthode

public static Clamp ( this i, int min, int max ) : int
i this
min int
max int
Résultat int

Clamp() public static méthode

public static Clamp ( int &i, int min, int max ) : void
i int
min int
max int
Résultat void

Intersects() public static méthode

public static Intersects ( int index1, int length1, int index2, int length2 ) : bool
index1 int
length1 int
index2 int
length2 int
Résultat bool

IsInRange() public static méthode

public static IsInRange ( this i, int min, int max ) : bool
i this
min int
max int
Résultat bool

IsInRangeHO() public static méthode

public static IsInRangeHO ( this i, int min, int max ) : bool
i this
min int
max int
Résultat bool

ToBinString() public static méthode

public static ToBinString ( this i, string postfix ) : string
i this
postfix string
Résultat string

ToBinString() public static méthode

public static ToBinString ( this i, string prefix, string postfix ) : string
i this
prefix string
postfix string
Résultat string

ToHexString() public static méthode

public static ToHexString ( this i, string prefix ) : string
i this
prefix string
Résultat string

ToHexString() public static méthode

public static ToHexString ( this i, string prefix, string postfix ) : string
i this
prefix string
postfix string
Résultat string

ToMod() public static méthode

public static ToMod ( this i, int mod ) : int
i this
mod int
Résultat int

ToMod() public static méthode

public static ToMod ( int &i, int mod ) : void
i int
mod int
Résultat void

ToPower2() public static méthode

public static ToPower2 ( this value ) : int
value this
Résultat int

ToPower2() public static méthode

public static ToPower2 ( int &value ) : void
value int
Résultat void