C# Class NewTOAPIA.Drawing.GammaLookUpTable

Afficher le fichier Open project: Wiladams/NewTOAPIA Class Usage Examples

Méthodes publiques

Méthode Description
GammaLookUpTable ( ) : System
GammaLookUpTable ( double g ) : System
GetGamma ( ) : double
SetGamma ( double g ) : void
dir ( int v ) : byte
inv ( int v ) : byte

Method Details

GammaLookUpTable() public méthode

public GammaLookUpTable ( ) : System
Résultat System

GammaLookUpTable() public méthode

public GammaLookUpTable ( double g ) : System
g double
Résultat System

GetGamma() public méthode

public GetGamma ( ) : double
Résultat double

SetGamma() public méthode

public SetGamma ( double g ) : void
g double
Résultat void

dir() public méthode

public dir ( int v ) : byte
v int
Résultat byte

inv() public méthode

public inv ( int v ) : byte
v int
Résultat byte