点击或拖拽改变大小

Functions.IsInteger 方法

X#
Determine if a value is an integer (LONG or INT64).

命名空间:  XSharp.RT
程序集:  XSharp.RT (在 XSharp.RT.dll 中) 版本:2.22 GA
语法
 FUNCTION IsInteger(
	uVal AS USUAL
) AS LOGIC
查看代码

参数

uVal
类型:__Usual
The value to examine.

返回值

类型:Boolean
TRUE if the value is a LONG or INT64 data type; otherwise, FALSE.
参见