C# 클래스 GenArt.Classes.Tools

파일 보기 프로젝트 열기: MattLloyd101/EvoLisa

공개 프로퍼티들

프로퍼티 타입 설명
MaxHeight int
MaxPolygons int
MaxWidth int

공개 메소드들

메소드 설명
GetRandomNumber ( int min, int max ) : int
WillMutate ( int mutationRate ) : bool

메소드 상세

GetRandomNumber() 공개 정적인 메소드

public static GetRandomNumber ( int min, int max ) : int
min int
max int
리턴 int

WillMutate() 공개 정적인 메소드

public static WillMutate ( int mutationRate ) : bool
mutationRate int
리턴 bool

프로퍼티 상세

MaxHeight 공개적으로 정적으로 프로퍼티

public static int MaxHeight
리턴 int

MaxPolygons 공개적으로 정적으로 프로퍼티

public static int MaxPolygons
리턴 int

MaxWidth 공개적으로 정적으로 프로퍼티

public static int MaxWidth
리턴 int