Home > lang > csng 
 en fr de es it nl pl pt pt_BR mk sq ca hu tr ar fa id vi ko ja ru zh zh_TW eo
Previous  Next  Edit  Rename  Undo  Search  Administration  
Documentation  
Warning! This page is not translated.  See english version 
CSingle
Result = CSingle ( Expression AS Variant ) AS Single
Result = CSng ( Expression AS Variant ) AS Single

Converts an expression into a Single floating point number.

Be careful! The current localization is not used by this function.

Errors

MessageDescription
Type mismatch (6) Expression cannot be converted.

Example

PRINT CSingle("+3.1416")

3.1416

PRINT CSingle("1.0E+3")

1000

PRINT CSingle(Pi);; CFloat(Pi)

3.141592741013 3.14159265359

PRINT CSingle(1E50)

Overflow

See also

Konverzní funkce