خانه > lang > cfloat 
 en fr de es it nl pl pt pt_BR mk sq ca hu cs tr ar id vi ko ja ru zh zh_TW eo
قبلی  بعدی  ویرایش  تغییر نام  واگرد  Search  سرپرستی  
مستندات  
اخطار! این صفحه ترجمه نشده است.  مشاهده نسخه انگلیسی 
CFloat
Float = CFloat ( Expression AS Variant ) AS Float
Float = CFlt ( Expression AS Variant ) AS Float

Converts an expression into a floating point number.

Be careful! The current localization is not used by this function. That means: If the expression is a string, the decimal separator in the expression MUST be ".", even if in the localization it is defined as "," like in German, French...

خطاها

پیامتوضیحات
Type mismatch (6) Expression cannot be converted.

مثال

PRINT CFloat("+3.1416")

3.1416

PRINT CFloat("1.0E+3")

1000

همچنین مشاهده کنید

توابع تبدیل