Skip to main content

D18s17

Type Alias D18s17 

Source
pub type D18s17 = D18<17>;
Expand description

Scale alias: D18<17>. 1 LSB = 10^-17. Range ±92.

Maximum supported scale (scale cap: MAX_SCALE = name - 1 guarantees at least one integer digit at every legal SCALE).

Aliased Type§

#[repr(transparent)]
pub struct D18s17(pub Int<1>);

Tuple Fields§

§0: Int<1>