Type Alias fixed::types::I12F52

source ·
pub type I12F52 = FixedI64<U52>;
Expand description

FixedI64 with 12 integer bits and 52 fractional bits.

Aliased Type§

struct I12F52 { /* private fields */ }