bigloo.foreign.BGL_S64VECTORP C# (CSharp) Method

BGL_S64VECTORP() public static method

public static BGL_S64VECTORP ( Object o ) : bool
o Object
return bool
        public static bool BGL_S64VECTORP(Object o)
        {
            return (o is s64vector);
        }
foreign