MAINSAIL Language Manual, Section 47.32

previous   next   top   contents   index   framed top   this page unframed


47.32. $sizeInBits

Figure 47–35. $sizeInBits
INTEGER
<
macro>     $sizeInBits (INTEGER typeCode);

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


previous   next   top   contents   index   framed top   this page unframed

MAINSAIL Language Manual, Section 47.32