CSNG function

Purpose: CSNG returns the single precision value of a numeric expression.


 Syntax:

 RetSng! = CSNG(Numeric Expression)

 Parameters:

  • RetSng! Returned single precision floating point number.
  • Numeric Expression Number or calculation.

Example:


 RetSng! = CSNG(6.6 / 2.6) : PRINT a!

Result:

RetSng! will equal 2.538461