C# Class numl.Math.Functions.RectifiedLinear

A rectified linear function.
Inheritance: Function
Afficher le fichier Open project: sethjuarez/numl

Méthodes publiques

Méthode Description
Compute ( double x ) : double

Computes the given x coordinate.

Derivative ( double x ) : double

Derivatives the given x coordinate.

Method Details

Compute() public méthode

Computes the given x coordinate.
public Compute ( double x ) : double
x double The value to process.
Résultat double

Derivative() public méthode

Derivatives the given x coordinate.
public Derivative ( double x ) : double
x double The value to process.
Résultat double