Defines the post processing of the sqrt function. More...
Inherits object.
Static Public Attributes | |
| int | AsIs = 0 |
| Square root result is stored as is (no scaling). More... | |
| int | Yes = 1 |
| Square root result is scaled to the data type's range. More... | |
Defines the post processing of the sqrt function.
|
static |
Square root result is stored as is (no scaling).
|
static |
Square root result is scaled to the data type's range.