Skip to main content

MarginOutput

Type Alias MarginOutput 

Source
pub type MarginOutput = MarginReport;
Expand description

Alias for backward compatibility.

Aliased Type§

pub struct MarginOutput {
    pub min: f64,
    pub max: f64,
}

Fields§

§min: f64

Minimum margin (value / threshold) across sources.

§max: f64

Maximum margin (value / threshold) across sources.