C# 클래스 YGeometry.Debugs

파일 보기 프로젝트 열기: yzylovepmn/YDrawing2D

공개 메소드들

메소드 설명
Assert ( bool value ) : void
CheckRange ( int value, int low, int high ) : void
Log ( string msg ) : void

메소드 상세

Assert() 공개 정적인 메소드

public static Assert ( bool value ) : void
value bool
리턴 void

CheckRange() 공개 정적인 메소드

public static CheckRange ( int value, int low, int high ) : void
value int
low int
high int
리턴 void

Log() 공개 정적인 메소드

public static Log ( string msg ) : void
msg string
리턴 void