C# Class NewTOAPIA.Drawing.GammaLookUpTable

Show file Open project: Wiladams/NewTOAPIA Class Usage Examples

Public Methods

Method 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 method

public GammaLookUpTable ( ) : System
return System

GammaLookUpTable() public method

public GammaLookUpTable ( double g ) : System
g double
return System

GetGamma() public method

public GetGamma ( ) : double
return double

SetGamma() public method

public SetGamma ( double g ) : void
g double
return void

dir() public method

public dir ( int v ) : byte
v int
return byte

inv() public method

public inv ( int v ) : byte
v int
return byte