MAINSAIL Language Manual, Section 40.28

previous   next   top   contents   index   framed top   this page unframed


40.28. $lSizeInBits

Figure 40–25. $lSizeInBits
LONG INTEGER
<
macro>     $lSizeInBits
                        (
INTEGER typeCode);

$lSizeInBits returns the number of bits occupied by the data type denoted by typeCode; i.e., $lSize(typeCode) * cvli($bitsPerByte). By contrast, $sizeInBits returns an INTEGER form of the same value, i.e., size(typeCode) * $bitsPerByte.


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 40.28