Trait pointprocesses::generalized::Measurable[][src]

pub trait Measurable: Set {
    fn measure(&self) -> f64;
}

This trait must be implemented for elements of the Borel set, i.e. any measurable part in n-dimensional real space.

Required Methods

Implementors