Chapter Contents

Previous

Next
PIBw.d

PIBw.d



Writes positive integer binary data

Category numeric
Width range: 1-8
Default width: 1
Decimal range: 0-10
Alignment: left
Windows specifics: native byte-swapped integers


Syntax
Details
See Also

Syntax

PIBw.d

w
specifies the width of the output field in bytes (not digits).

d
optionally specifies a scaling factor. When you specify a d value, the PIBw.d format multiplies the number by 10d, and then applies the positive integer binary format to that value.


Details

The PIBw.d format converts a fixed-point value to an integer binary value. If the fixed-point value is negative, the PIBw.d format writes the integer representation for -1.

For more information about microcomputer fixed-point values, see Intel Corporation's i486 Microprocessor Programmer's Reference Manual.

See Also


Chapter Contents

Previous

Next

Top of Page

Copyright 1999 by SAS Institute Inc., Cary, NC, USA. All rights reserved.