Toggle navigation
Hot Examples
DE
EN
RU
DE
FR
ES
PT
IT
JP
ZH
KO
C#
PHP
C#
Java
Go
C++
Python
JS
TS
Suchen
Home
PixelFarm
Agg
GammaPower
C# Class PixelFarm.Agg.GammaPower
Inheritance:
IGammaFunction
Datei anzeigen
Open project: prepare/HTML-Renderer
Public Methods
Method
Description
GammaPower
( ) :
System
GammaPower
(
float
g
) :
System
GetGamma
(
float
x
) :
float
gamma
( ) :
float
gamma
(
float
g
) :
void
Method Details
GammaPower()
public
method
public
GammaPower
( ) :
System
return
System
GammaPower()
public
method
public
GammaPower
(
float
g
) :
System
g
float
return
System
GetGamma()
public
method
public
GetGamma
(
float
x
) :
float
x
float
return
float
gamma()
public
method
public
gamma
( ) :
float
return
float
gamma()
public
method
public
gamma
(
float
g
) :
void
g
float
return
void