Type Alias fixed::types::I3F13

source ·
pub type I3F13 = FixedI16<U13>;
Expand description

FixedI16 with three integer bits and 13 fractional bits.

Aliased Type§

struct I3F13 { /* private fields */ }