bigloo.foreign.BGL_S8VECTORP C# (CSharp) Method

BGL_S8VECTORP() public static method

public static BGL_S8VECTORP ( Object o ) : bool
o Object
return bool
        public static bool BGL_S8VECTORP(Object o)
        {
            return (o is s8vector);
        }
foreign