Method HyperbolicTf
HyperbolicTf(Single)
Uses a hyperbolic tangent function that allows for a hard max...
tf(x)=min+(max-min)/2*(((base**(x-xoffset)-base**-(x-xoffset))/(base**(x-xoffset)+base**-(x-xoffset)))+1)
This code is provided as a convenience for subclasses that want to use a hyperbolic tf function.
Declaration
public virtual float HyperbolicTf(float freq)
Parameters
Type | Name | Description |
---|---|---|
System.Single | freq |
Returns
Type | Description |
---|---|
System.Single |