Difference between revisions of "CSNG"
Jump to navigation
Jump to search
imported>Clippy m |
imported>Clippy m |
||
Line 13: | Line 13: | ||
:A# = 975.3421222# | :A# = 975.3421222# | ||
− | :PRINT A# | + | :PRINT A#, CSNG(A#) |
− | :975.3421222 | + | :975.3421222 975.3421 |
Revision as of 23:31, 7 October 2009
CSNG To converts a value to the closest SINGLE-precision number.
- Syntax: CSNG(n)
- n must be a numeric value (see the CINT and CDBL functions).
- Also used to define a value as SINGLE-precision.
- A# = 975.3421222#
- PRINT A#, CSNG(A#)
- 975.3421222 975.3421
See also: CDBL, CLNG, CINT, INT