SqrtPixelScaling Enumeration

CVB.Net Documentation
Defines the post processing of the Sqrt(Image, SqrtPixelScaling) method.

Namespace:  Stemmer.Cvb.Foundation
Assembly:  Stemmer.Cvb.Foundation (in Stemmer.Cvb.Foundation.dll) Version: 14.0.0.0
Syntax

public enum SqrtPixelScaling
Members

  Member nameValueDescription
AsIs0 Square root result is stored as is (no scaling).
Yes1 Square root result is scaled to the DataType's range.
See Also

Reference