C# Class SilverFactorial.Benchmark.TestParameters

显示文件 Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Public Properties

Property Type Description
AlgoSelected bool[]
CardSelected int
SanityTest bool
ShowFullValue bool
StepFactor int
TestLength int
TestStart int
TestValues int[]
Verbose bool
WorkLoad double

Public Methods

Method Description
Init ( ) : void
TestParameters ( int noOfCandidates )

Method Details

Init() public method

public Init ( ) : void
return void

TestParameters() public method

public TestParameters ( int noOfCandidates )
noOfCandidates int

Property Details

AlgoSelected public_oe property

public bool[] AlgoSelected
return bool[]

CardSelected public_oe static_oe property

public static int CardSelected
return int

SanityTest public_oe property

public bool SanityTest
return bool

ShowFullValue public_oe property

public bool ShowFullValue
return bool

StepFactor public_oe property

public int StepFactor
return int

TestLength public_oe property

public int TestLength
return int

TestStart public_oe property

public int TestStart
return int

TestValues public_oe static_oe property

public static int[] TestValues
return int[]

Verbose public_oe property

public bool Verbose
return bool

WorkLoad public_oe property

public double WorkLoad
return double