bigloo.foreign.BGL_S16VECTORP C# (CSharp) Method

BGL_S16VECTORP() public static method

public static BGL_S16VECTORP ( Object o ) : bool
o Object
return bool
        public static bool BGL_S16VECTORP(Object o)
        {
            return (o is s16vector);
        }
foreign