Toggle navigation
Hot Examples
JP
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
検索
Home
Sharith
Factorial
DecInteger
C# Class Sharith.Factorial.DecInteger
ファイルを表示
Open project: PeterLuschny/Fast-Factorial-Functions
Public Methods
Method
Description
DecInteger
(
long
value
)
Pow2
(
int
e
) :
DecInteger
ToString
( ) :
string
operator
( ) :
DecInteger
Private Methods
Method
Description
DecInteger
(
int
digits
,
int
length
)
Method Details
DecInteger()
public
method
public
DecInteger
(
long
value
)
value
long
Pow2()
public
static
method
public
static
Pow2
(
int
e
) :
DecInteger
e
int
return
DecInteger
ToString()
public
method
public
ToString
( ) :
string
return
string
operator()
public
static
method
public
static
operator
( ) :
DecInteger
return
DecInteger