点击或拖拽改变大小

Functions.Object2Float 方法

X#
Convert an object containing a numeric value to a FLOAT

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION Object2Float(
	oValue AS Object
) AS FLOAT
查看代码

参数

oValue
类型:Object
Object containing the numeric value to convert.

返回值

类型:__Float
The value in the form of a float.
异常
异常条件
InvalidCastException Thrown when the parameter oValue cannot be converted to a FLOAT.
参见