Method SetHyperbolicTfFactors
SetHyperbolicTfFactors(Single, Single, Double, Single)
Sets the function variables for the hyperbolicTf functions
Declaration
public virtual void SetHyperbolicTfFactors(float min, float max, double base, float xoffset)
Parameters
Type | Name | Description |
---|---|---|
System.Single | min | the minimum tf value to ever be returned (default: 0.0) |
System.Single | max | the maximum tf value to ever be returned (default: 2.0) |
System.Double | base | the base value to be used in the exponential for the hyperbolic function (default: 1.3) |
System.Single | xoffset | the midpoint of the hyperbolic function (default: 10.0) |