CSDN首页 空间 新闻 论坛 Blog 下载 读书 网摘 搜索 .NET Java 视频 接项目 求职 在线学习 买书 程序员 通知
山寨机中的战斗机! 程序优化工程师到底对IT界有没有贡献
CSDN社区
搜索 收藏 打印 关闭
CSDN社区 >  Delphi >  VCL组件开发及应用

delphi有没有将字符‘42.23’转成实数的函数啊

楼主zxb2001(zxb)2002-05-27 09:16:58 在 Delphi / VCL组件开发及应用 提问

谢谢 问题点数:100、回复次数:5Top

1 楼taidy()回复于 2002-05-27 09:18:03 得分 30

strtofloat()Top

2 楼zswang(伴水清清)(专家门诊清洁工)回复于 2002-05-27 09:18:33 得分 30

StrToFloat()  
  StrToFloatDef()  
  Val()Top

3 楼outer2000(天外流星)回复于 2002-05-27 09:18:54 得分 20

function   StrToFloat(const   S:   string):   Extended;  
   
  Description  
   
  Use   StrToFloat   to   convert   astring,   S,   to   a   floating-point   value.   S   must   consist   of   an   optional   sign   (+   or   -),   a   string   of   digits   with   an   optional   decimal   point,   and   an   optional   mantissa.   The   mantissa   consists   of   'E'   or   'e'   followed   by   an   optional   sign   (+   or   -)   and   a   whole   number.   Leading   and   trailing   blanks   are   ignored.  
   
  The   DecimalSeparator   global   variable   defines   the   character   that   must   be   used   as   a   decimal   point.   Thousand   separators   and   currency   symbols   are   not   allowed   in   the   string.   If   S   doesn't   contain   a   valid   value,   StrToFloat   raises   an   EConvertError   exception.Top

4 楼zxb2001(zxb)回复于 2002-05-27 09:19:11 得分 0

谢谢  
  Top

5 楼shindynj(一路奔走)回复于 2002-05-27 09:24:14 得分 20

function   StrToFloat(const   S:   string):   Extended;  
   
  把一个字符串转换成Float.Top

相关问题

  • C++ Builder函数转成 Delphi
  • PHP 函数 转成 ASP函数
  • 一些VB中的字符串操作函数,求转成DELPHI的,谢谢
  • DLL函数的C申明,谁帮我转成Delphi的申明,立刻给分。
  • 高分求助!一段C++函数转成DELPHI语言!有源码。急·!
  • Delphi函数 --> CB函数(急)!!
  • delphi函数和winapi函数
  • Delphi转成BCB,虽然通过编译(DLL),但使用时提示函数名没找到。
  • delphi中有没有中文字符转成ASC的函数?比如VB的AscW()样?
  • 请教一下 将几个C语言的函数声明转成Delphi的声明!

关键词

  • strtofloat
  • mantissa
  • consists
  • decimal point
  • an optional
  • extended
  • sign
  • float
  • const
  • are

得分解答快速导航

  • 帖主:zxb2001
  • taidy
  • zswang
  • outer2000
  • shindynj

相关链接

  • Delphi类图书
  • Delphi类源码下载
  • Delphi控件下载

广告也精彩

反馈

请通过下述方式给我们反馈
反馈
提问
网站简介|广告服务|VIP资费标准|银行汇款帐号|网站地图|帮助|联系方式|诚聘英才|English|问题报告
北京创新乐知广告有限公司 版权所有, 京 ICP 证 070598 号
世纪乐知(北京)网络技术有限公司 提供技术支持
Copyright © 2000-2008, CSDN.NET, All Rights Reserved
GongshangLogo