Type Alias fixed::types::I64F64

source ·
pub type I64F64 = FixedI128<U64>;
Expand description

FixedI128 with 64 integer bits and 64 fractional bits.

Aliased Type§

struct I64F64 { /* private fields */ }