浮点数值 meaning in English
floating-point number
Examples
- The value is infinite if it is too big to fit into a php float on this platform
如果该数值超过了php允许的浮点数值范围之内,那么它就是无限值。 - The value is finite if it is within the allowed range for a php float on this platform
如果该数值位于php允许的浮点数值范围之内,那么它就是有限值。 - Consequently , trailing 0 characters do not appear when you display or print floating - point values
因此,在显示或输出浮点数值时,尾随0字符不会出现。 - Before performing the division , visual basic attempts to convert any floating - point numeric expression to
在执行除法之前, visual basic尝试将所有浮点数值表达式转换为 - This code calls the client proxy to get the last trading price for the stock symbol specified , and then converts the float value returned by the proxy to a string value
。此代码调用客户机代码获取所指定股票代码的最新交易价格,并将代理返回的浮点数值转换为string值。