C# Class SilverFactorial.Benchmark.Candidate

Show file Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Private Properties

Property Type Description
Candidate System.Collections
GetValue Sharith.Arithmetic.XInt
Init void

Public Methods

Method Description
SetSelected ( bool sel ) : void

Private Methods

Method Description
Candidate ( IFactorialFunction f, string name, int index, bool b, bool p, bool t, bool s, bool c, int w ) : System.Collections
GetValue ( int n ) : Sharith.Arithmetic.XInt
Init ( string name, int index, bool b, bool p, bool t, bool s, bool c, int w ) : void

Method Details

SetSelected() public static method

public static SetSelected ( bool sel ) : void
sel bool
return void