Skip to main content

FluidAmount

Type Alias FluidAmount 

Source
pub type FluidAmount = f64;
Expand description

A fluid amount. The amount is stored as a fixed-size signed 64 bit integer, with 24 bits reserved for decimal precision, meaning the smallest value step is 1/2^24.