Converts numeric values to binary representation.
Category: | Numeric |
Alignment: | Left |
Statements
|
Results
|
---|---|
----+----1 |
|
select put (123.45, binary8.); |
01111011 |
select put (123, binary8.); |
01111011 |
select put (–123, binary8.); |
10000101 |