LisaacTM Platform

REAL_24_8


signed 24.8 fixed float.
Inherit/Insert Summary
parent_signed_fixed_real No developed.
 
Slot Summary
shift_bits
 
Range.
minimum
maximum
 
Convertion format with test.
to_real_24_8
 
Convertion
append_in
Append in the buffer the equivalent of to_string. No new STRING creation during the process. Append Self decimal representation in buffer with 4 decimal Append in the buffer the equivalent of to_string. No new STRING creation during the process.
 

Inherit/Insert Detail

parent_signed_fixed_real

.../base/number/fixed_real/real_24_8.li line #14

Section:
Insert

Profile:
- SelfSELFparent_signed_fixed_real : SIGNED_FIXED_REAL

Detail slot

shift_bits

.../base/number/fixed_real/real_24_8.li line #18

Section:
SELF

Profile:
- SelfSELFshift_bits : INTEGER

Range.

minimum

.../base/number/fixed_real/real_24_8.li line #26

Section:
Public

Profile:
- SelfSELFminimum : INTEGER_64

maximum

.../base/number/fixed_real/real_24_8.li line #28

Section:
Public

Profile:
- SelfSELFmaximum : UINTEGER_64

Convertion format with test.

to_real_24_8

.../base/number/fixed_real/real_24_8.li line #34

Section:
Public

Profile:
- SelfSELFto_real_24_8 : REAL_24_8

Convertion

append_in

.../base/number/fixed_real/real_24_8.li line #40

Section:
Public

Profile:
- SelfSELFappend_in   buffer : STRING

Description:
Append in the buffer the equivalent of to_string. No new STRING creation during the process. Append Self decimal representation in buffer with 4 decimal Append in the buffer the equivalent of to_string. No new STRING creation during the process.