Fanx.Fcode.FTypeRef.isWide C# (CSharp) 메소드

isWide() 공개 정적인 메소드

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

Same methods

FTypeRef::isWide ( ) : bool