Section Header
  
  
    + name    := Expanded UREAL_26_6 -> REAL_32, REAL_64;
  
  
    - comment := "unsigned 26.6 fixed float.";
  
  
    - type    := `unsigned long`;
  
    - default := (0.to_raw_ureal_26_6);
  
Section Insert
  
  
    - parent_unsigned_fixed_real:UNSIGNED_FIXED_REAL := 
Section SELF
  
    - shift_bits:INTEGER <- 
  
Section Public
    
  
  
 Range.
  
  
  
    - maximum:UINTEGER_64 <- 
  
  
  
 Convertion format with test.
  
  
  
    - to_ureal_26_6:UREAL_26_6 <- 
  
  
  
 Convertion
  
  
  
    - append_in buffer:STRING <- 
  
         Append in the `buffer' the equivalent of `to_string'. No new STRING
  
         creation during the process.