CSNG
Revision as of 04:28, 7 September 2009 by imported>Clippy
Purpose: To convert x to a single-precision number.
Syntax: CSNG(x)
Comments:
- x must be a numeric expression (see the CINT and CDBL functions).
Example:
- A# = 975.3421222#
- PRINT A#; CSNG(A#)
- 975.3421222 975.3421
See also: CDBL, CLNG, CINT, INT