BL: Difference between revisions

From BR Wiki
Jump to navigation Jump to search
(Created page with "The BL (binary low) format specification is used for fast and efficient numeric storage. It is different from B and BH in just one way: when BL is specified, the lowes...")
 
No edit summary
 
Line 1: Line 1:
The BL (binary low) format specification is used for fast and efficient numeric storage. It is different from [[B]] and [[BH]] in just one way: when BL is specified, the lowest byte is stored first (BH stores the highest byte first, and B defaults to either BL or BH according to the native binary format of the hardware that Business Rules being run on).<br>
The '''BL (binary low)''' format specification is used for fast and efficient numeric storage. It is different from [[B]] and [[BH]] in just one way: when BL is specified, the lowest byte is stored first (BH stores the highest byte first, and B defaults to either BL or BH according to the native binary format of the hardware that Business Rules being run on).<br>


See also the [[B]] format specification discussion.
See also the [[B]] format specification discussion.

Latest revision as of 23:24, 20 February 2013

The BL (binary low) format specification is used for fast and efficient numeric storage. It is different from B and BH in just one way: when BL is specified, the lowest byte is stored first (BH stores the highest byte first, and B defaults to either BL or BH according to the native binary format of the hardware that Business Rules being run on).

See also the B format specification discussion.