Fixed issue with userdata type on evaluation

This commit is contained in:
2019-01-19 17:50:54 +01:00
parent cf023af50d
commit 246aba3e95
14 changed files with 36 additions and 25 deletions

View File

@@ -6,7 +6,7 @@ namespace Upsilon.BaseTypes.Number
{
protected internal abstract bool IsFloat { get; }
public override Type Type => Type.Number;
public override TypeContainer Type => BaseTypes.Type.Number;
#region Binary Operators