Generates a native single-precision, floating-point value by multiplying a number by 10 raised to the dth power.
| Category: | Numeric |
| Alignment: | Left |
specifies the width of the output field.
| Requirement | width must be 4 |
specifies the power of 10 by which to multiply the value.
| Default | 0 |
| Range | 0–31 |
|
Statements
|
Results1
|
|---|---|
select put(1,float4.); |
0000803F |
| 1The result is a hexadecimal representation of a binary number that is stored in IEEE form. | |