Toggle navigation
Hot Examples
ES
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Buscar
Inicio
MulticastDelegates
MathOperations
C# Class MulticastDelegates.MathOperations
Mostrar archivo
Open project: ProfessionalCSharp/ProfessionalCSharp6
Public Methods
Method
Description
MultiplyByTwo
(
double
value
) :
void
Square
(
double
value
) :
void
Method Details
MultiplyByTwo()
public
static
method
public
static
MultiplyByTwo
(
double
value
) :
void
value
double
return
void
Square()
public
static
method
public
static
Square
(
double
value
) :
void
value
double
return
void