C# Class Nintenlord.Event_assembler.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
IsInRange ( this i, int min, int max ) : bool
ToBinString ( this i, string postfix ) : string
ToHexString ( this i, string prefix ) : string
ToMod ( this i, int mod ) : int

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

IsInRange() public static méthode

public static IsInRange ( 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

ToHexString() public static méthode

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

ToMod() public static méthode

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