Skip to main content

D38s1

Type Alias D38s1 

Source
pub type D38s1 = D38<1>;
Expand description

Scale alias: D38<1>. 1 LSB = 10^-1 (1 decimal digit). Range ~+/-1.7e37.

§Precision

N/A: constant value, no arithmetic performed.

Aliased Type§

#[repr(transparent)]
pub struct D38s1(pub i128);

Tuple Fields§

§0: i128