Fanx.Fcode.FTypeRef.isWide C# (CSharp) Method

isWide() public static method

public static isWide ( int stackType ) : bool
stackType int
return bool
        public static bool isWide(int stackType)
        {
            return stackType == LONG || stackType == DOUBLE;
        }

Same methods

FTypeRef::isWide ( ) : bool