Fix binding issue on evaluation
This commit is contained in:
@@ -2,7 +2,7 @@ using System.Globalization;
|
||||
|
||||
namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
internal class ScriptNumberDouble : ScriptNumber
|
||||
public class ScriptNumberDouble : ScriptNumber
|
||||
{
|
||||
public double Value { get; }
|
||||
protected internal override bool IsFloat { get; } = true;
|
||||
|
||||
Reference in New Issue
Block a user