C# 클래스 Sharith.Factorial.MathFun

파일 보기 프로젝트 열기: PeterLuschny/Fast-Factorial-Functions 1 사용 예제들

공개 메소드들

메소드 설명
BitCount ( uint w ) : uint
FloorSqrt ( uint n ) : uint
Product ( long seq, int start, int len ) : Arithmetic.XInt

메소드 상세

BitCount() 공개 정적인 메소드

public static BitCount ( uint w ) : uint
w uint
리턴 uint

FloorSqrt() 공개 정적인 메소드

public static FloorSqrt ( uint n ) : uint
n uint
리턴 uint

Product() 정적인 공개 메소드

static public Product ( long seq, int start, int len ) : Arithmetic.XInt
seq long
start int
len int
리턴 Arithmetic.XInt