Constructor
new VoiLutSigmoidFunction(center, width)
Parameters:
Name | Type | Description |
---|---|---|
center | number | The window level center. |
width | number | The window level width. |
- Source
Classes
Methods
getY(x) → {number}
Get the value of the function at a given number.
Parameters:
Name | Type | Description |
---|---|---|
x | number | The input value. |
- Source
Returns:
The value of the function at x.
- Type:
- number