Type Alias fixed::types::U52F12

source ·
pub type U52F12 = FixedU64<U12>;
Expand description

FixedU64 with 52 integer bits and 12 fractional bits.

Aliased Type§

struct U52F12 { /* private fields */ }