Skip to main content

SignedVariableFloat

Type Alias SignedVariableFloat 

Source
pub type SignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> = SerdeFloat<true, true, BITS, FRACTION_DIGITS>;

Aliased Typeยง

pub struct SignedVariableFloat<const BITS: u8, const FRACTION_DIGITS: u8> { /* private fields */ }