C# Class Sharith.Factorial.Factors

Exibir arquivo Open project: PeterLuschny/Fast-Factorial-Functions Class Usage Examples

Public Methods

Method Description
Add ( long prime ) : void
Factors ( uint n ) : System.Threading.Tasks
Init ( ) : void
Product ( ) : Arithmetic.XInt
SetMax ( long max ) : void

Method Details

Add() public method

public Add ( long prime ) : void
prime long
return void

Factors() public method

public Factors ( uint n ) : System.Threading.Tasks
n uint
return System.Threading.Tasks

Init() public method

public Init ( ) : void
return void

Product() public method

public Product ( ) : Arithmetic.XInt
return Arithmetic.XInt

SetMax() public method

public SetMax ( long max ) : void
max long
return void