Allows for overloaded functions in CSharp to be used, initial work on handling CSHarp operators
This commit is contained in:
@@ -31,5 +31,10 @@ namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
return Value;
|
||||
}
|
||||
|
||||
public override System.Type GetCSharpType()
|
||||
{
|
||||
return typeof(double);
|
||||
}
|
||||
}
|
||||
}
|
||||
@@ -34,5 +34,10 @@ namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
return Value;
|
||||
}
|
||||
|
||||
public override System.Type GetCSharpType()
|
||||
{
|
||||
return typeof(long);
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user