Way better handling of calling functions from CSHarp
This commit is contained in:
@@ -25,6 +25,8 @@ namespace Upsilon.BaseTypes.Number
|
||||
|
||||
public static implicit operator long(NumberLong n)
|
||||
{
|
||||
if (n == null)
|
||||
return 0;
|
||||
return n.Value;
|
||||
}
|
||||
}
|
||||
|
||||
Reference in New Issue
Block a user