Skip to main content

MAX_FINE_DEGREES

Constant MAX_FINE_DEGREES 

Source
pub const MAX_FINE_DEGREES: usize = 4;
Expand description

The maximum number of fine-tuning degrees (resolution layers) supported per channel.

Core Scaling Constant: Defines the maximum precision depth per property (e.g., Coarse + Fine + Ultra + Uber = 4 degrees). Changing this constant dictates that ChannelValue, [SignedChannelValue], and FloatChannelValue must be adjusted in tandem to provide sufficient byte-width and mantissa precision.