Boo.Lang.Compiler.Steps.EmitAssembly.IsInteger C# (CSharp) Méthode

IsInteger() private méthode

private IsInteger ( IType type ) : bool
type IType
Résultat bool
        bool IsInteger(IType type)
        {
            return TypeSystemServices.IsIntegerNumber(type);
        }
EmitAssembly