Skip to main content

D18s4

Type Alias D18s4 

Source
pub type D18s4 = D18<4>;
Expand description

Scale alias: D18<4>. 1 LSB = 10^-4 (basis points). Range ±9.2 × 10¹⁴.

Aliased Type§

#[repr(transparent)]
pub struct D18s4(pub i64);

Tuple Fields§

§0: i64