GEP::Core::Float::Functions::Threshold::Threshold ( float  threshold,
float  underTresholdVal,
float  equalToTresholdVal,
float  aboveTresholdVal 
) [inline]

Parameters:
threshold The threshold value, where the output value changes.
underTresholdVal The number that will be returned if the parameter is less than the _threshold value.
equalToTresholdVal The number that will be returned if the parameter is equal to the _threshold value.
aboveTresholdVal The number that will be returned if the parameter is greater than the _threshold value.

Definition at line 46 of file Threshold.cs.

GEP .NET Framwork Main Page
SourceForge.net Logo