mirror of
https://github.com/beefytech/Beef.git
synced 2025-07-04 23:36:00 +02:00
commit
0c6100476d
1 changed files with 1 additions and 2 deletions
|
@ -12,8 +12,7 @@ namespace System
|
||||||
}
|
}
|
||||||
|
|
||||||
public const int64 MaxValue = 0x7FFFFFFFFFFFFFFFL;
|
public const int64 MaxValue = 0x7FFFFFFFFFFFFFFFL;
|
||||||
//public const long MinValue = -0x8000000000000000L;
|
public const int64 MinValue = -0x8000000000000000L;
|
||||||
public const int64 MinValue = -0x7FFFFFFFFFFFFFFFL; //TODO: Should be one lower!
|
|
||||||
|
|
||||||
public static int operator<=>(Int64 a, Int64 b)
|
public static int operator<=>(Int64 a, Int64 b)
|
||||||
{
|
{
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue