Type Alias fixed::types::I60F4

source ·
pub type I60F4 = FixedI64<U4>;
Expand description

FixedI64 with 60 integer bits and four fractional bits.

Aliased Type§

struct I60F4 { /* private fields */ }