Boo.Lang.Compiler.Steps.EmitAssembly.IsInteger C# (CSharp) Method

IsInteger() private method

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