Type Alias fixed::types::I16F48

source ·
pub type I16F48 = FixedI64<U48>;
Expand description

FixedI64 with 16 integer bits and 48 fractional bits.

Aliased Type§

struct I16F48 { /* private fields */ }