CSNG
Revision as of 22:56, 18 June 2010 by imported>Clippy
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.
Example:
A# = 975.3421222# PRINT A#, CSNG(A#)
975.3421222 975.3421
See also: