Toggle navigation
Hot Examples
EN
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Search
Home
P145
C# Class P145, project-euler
Show file
Open project: jbcrail/project-euler
Public Methods
Method
Description
Main
( ) :
void
allOddDigits
(
long
n
) :
bool
reverse
(
long
x
) :
long
Method Details
Main()
public
static
method
public
static
Main
( ) :
void
return
void
allOddDigits()
public
static
method
public
static
allOddDigits
(
long
n
) :
bool
n
long
return
bool
reverse()
public
static
method
public
static
reverse
(
long
x
) :
long
x
long
return
long