Tao.Lua SDK Documentation

Lua.lua_isnumber Method 

Returns 1 if the value at the given acceptable index is a number or a string convertible to a number, and 0 otherwise.

[Visual Basic]
Public Shared Function lua_isnumber( _
   ByVal L As IntPtr, _
   ByVal idx As Integer _
) As Integer
[C#]
public static int lua_isnumber(
   IntPtr L,
   int idx
);

Parameters

L
idx

Return Value

See Also

Lua Class | Tao.Lua Namespace