Handle if else statements
This commit is contained in:
@@ -1,3 +1,4 @@
|
||||
using System;
|
||||
using System.Globalization;
|
||||
|
||||
namespace Upsilon.BaseTypes.Number
|
||||
@@ -21,5 +22,10 @@ namespace Upsilon.BaseTypes.Number
|
||||
{
|
||||
return Value.ToString(CultureInfo.InvariantCulture);
|
||||
}
|
||||
|
||||
public static explicit operator long(NumberLong n)
|
||||
{
|
||||
return n.Value;
|
||||
}
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user