Click or drag to resize

IsInteger Function

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

Namespace:  XSharp.RT
Assembly:  XSharp.RT (in XSharp.RT.dll) Version: 2.19
Syntax
 FUNCTION IsInteger(
	uVal AS USUAL
) AS LOGIC
Request Example View Source

Parameters

uVal
Type: Usual
The value to examine.

Return Value

Type: Logic
TRUE if the value is a LONG or INT64 data type; otherwise, FALSE.
See Also