Type Alias fixed::types::I52F12

source ·
pub type I52F12 = FixedI64<U12>;
Expand description

FixedI64 with 52 integer bits and 12 fractional bits.

Aliased Type§

struct I52F12 { /* private fields */ }