C# Class Sharith.Factorial.PrimeSwingCache.CachedPrimorial

ファイルを表示 Open project: PeterLuschny/Fast-Factorial-Functions

Public Properties

Property Type Description
High int
Value Arithmetic.XInt

Public Methods

Method Description
CachedPrimorial ( int highBound, Arithmetic.XInt val ) : System.Collections.Generic

Method Details

CachedPrimorial() public method

public CachedPrimorial ( int highBound, Arithmetic.XInt val ) : System.Collections.Generic
highBound int
val Arithmetic.XInt
return System.Collections.Generic

Property Details

High public_oe property

public int High
return int

Value public_oe property

public Arithmetic.XInt Value
return Arithmetic.XInt