Type Alias substrate::lut::FloatLut1

source ·
pub type FloatLut1 = Lut1<f64, f64>;
Expand description

A floating point 1D LUT.

Aliased Type§

struct FloatLut1 { /* private fields */ }