Static Public Attributes | List of all members
SqrtPixelScaling Class Reference

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...
 

Detailed Description

Defines the post processing of the sqrt function.

Member Data Documentation

◆ AsIs

int AsIs = 0
static

Square root result is stored as is (no scaling).

◆ Yes

int Yes = 1
static

Square root result is scaled to the data type's range.