Constructor
new VoiLutLinearFunction(center, width, isExactopt)
Parameters:
Name | Type | Attributes | Description |
---|---|---|---|
center | number | The window level center. | |
width | number | The window level width. | |
isExact | boolean | <optional> | Is exact flag, defaults to false. |
- 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