Type Alias fixed::types::I48F16

source ·
pub type I48F16 = FixedI64<U16>;
Expand description

FixedI64 with 48 integer bits and 16 fractional bits.

Aliased Type§

struct I48F16 { /* private fields */ }