C# Class NewTOAPIA.Drawing.gamma_threshold

Inheritance: IGammaFunction
Show file Open project: Wiladams/NewTOAPIA

Public Methods

Method Description
GetGamma ( double x ) : double
gamma_threshold ( ) : System
gamma_threshold ( double t ) : System
threshold ( ) : double
threshold ( double t ) : void

Method Details

GetGamma() public method

public GetGamma ( double x ) : double
x double
return double

gamma_threshold() public method

public gamma_threshold ( ) : System
return System

gamma_threshold() public method

public gamma_threshold ( double t ) : System
t double
return System

threshold() public method

public threshold ( ) : double
return double

threshold() public method

public threshold ( double t ) : void
t double
return void