Type Alias fixed::types::I0F64

source ·
pub type I0F64 = FixedI64<U64>;
Expand description

FixedI64 with no integer bits and 64 fractional bits.

Aliased Type§

struct I0F64 { /* private fields */ }