Type Alias fixed::types::U12F52

source ·
pub type U12F52 = FixedU64<52>;
Expand description

FixedU64 with 12 integer bits and 52 fractional bits.

Aliased Type§

struct U12F52 { /* private fields */ }