public interface QuantizationType
This interface defines the constants only. In order to use the constants in any other class you can either use the fully qualified name (e.g., QuantizationType.Q_TYPE_SCALAR_DZ) or declare this interface in the implements clause of the class and then access the identifier directly.
Modifier and Type | Field and Description |
---|---|
static int |
Q_TYPE_SCALAR_DZ
The ID of the scalar deadzone dequantizer
|
static final int Q_TYPE_SCALAR_DZ
Copyright © 2017 Open Microscopy Environment