C# Class YGeometry.Debugs

Afficher le fichier Open project: yzylovepmn/YDrawing2D

Méthodes publiques

Méthode Description
Assert ( bool value ) : void
CheckRange ( int value, int low, int high ) : void
Log ( string msg ) : void

Method Details

Assert() public static méthode

public static Assert ( bool value ) : void
value bool
Résultat void

CheckRange() public static méthode

public static CheckRange ( int value, int low, int high ) : void
value int
low int
high int
Résultat void

Log() public static méthode

public static Log ( string msg ) : void
msg string
Résultat void