bigloo.foreign.BGL_S32VECTORP C# (CSharp) Method

BGL_S32VECTORP() public static method

public static BGL_S32VECTORP ( Object o ) : bool
o Object
return bool
        public static bool BGL_S32VECTORP(Object o)
        {
            return (o is s32vector);
        }
foreign