C# 클래스 Beyond_Beyaan.Utility

파일 보기 프로젝트 열기: Beyonders/Beyond-Beyaan

공개 메소드들

메소드 설명
CalculateCircle ( int radius, int originSize ) : bool[][]
CalculateDisc ( int radius, int originSize ) : bool[][]

Calculates a full circle

ConvertNumberToRomanNumberical ( int value ) : string

Converts from a numeric value to roman numbers

GetIntValue ( string value, Random r ) : int
GetSaveGames ( string dataSetPath ) : List
PlanetTypeToString ( PLANET_TYPE planetType ) : string
RelationToLabel ( int relation ) : string
ShipSizeToString ( int size ) : string

비공개 메소드들

메소드 설명
LogOnePlusX ( double x ) : double
NormalCDFInverse ( double p ) : double
RationalApproximation ( double t ) : double

메소드 상세

CalculateCircle() 공개 정적인 메소드

public static CalculateCircle ( int radius, int originSize ) : bool[][]
radius int
originSize int
리턴 bool[][]

CalculateDisc() 공개 정적인 메소드

Calculates a full circle
public static CalculateDisc ( int radius, int originSize ) : bool[][]
radius int
originSize int Size of the object
리턴 bool[][]

ConvertNumberToRomanNumberical() 공개 정적인 메소드

Converts from a numeric value to roman numbers
public static ConvertNumberToRomanNumberical ( int value ) : string
value int Value to convert
리턴 string

GetIntValue() 공개 정적인 메소드

public static GetIntValue ( string value, Random r ) : int
value string
r System.Random
리턴 int

GetSaveGames() 공개 정적인 메소드

public static GetSaveGames ( string dataSetPath ) : List
dataSetPath string
리턴 List

PlanetTypeToString() 공개 정적인 메소드

public static PlanetTypeToString ( PLANET_TYPE planetType ) : string
planetType PLANET_TYPE
리턴 string

RelationToLabel() 공개 정적인 메소드

public static RelationToLabel ( int relation ) : string
relation int
리턴 string

ShipSizeToString() 공개 정적인 메소드

public static ShipSizeToString ( int size ) : string
size int
리턴 string