bigloo.foreign.LLONGP C# (CSharp) Method

LLONGP() public static method

public static LLONGP ( Object o ) : bool
o Object
return bool
        public static bool LLONGP( Object  o )
        {
            return (o is bllong);
        }
foreign