Fanx.Fcode.FTypeRef.isWide C# (CSharp) Méthode

isWide() public static méthode

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

Same methods

FTypeRef::isWide ( ) : bool