Split script tables in numerically keyed and generically keyed
This commit is contained in:
@@ -1,9 +1,8 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
internal class ScriptNumberLong : ScriptNumber
|
||||
public class ScriptNumberLong : ScriptNumber
|
||||
{
|
||||
public long Value { get; set; }
|
||||
protected internal override bool IsFloat { get; } = false;
|
||||
|
||||
Reference in New Issue
Block a user