mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Removed deprecated IOp* conformance, added missing consts and properties
This commit is contained in:
parent
783bdb15be
commit
ffee0a2aa3
15 changed files with 67 additions and 30 deletions
|
@ -1,7 +1,7 @@
|
|||
namespace System
|
||||
{
|
||||
#unwarn
|
||||
struct Int16 : int16, IInteger, ISigned, IHashable, IFormattable, IOpComparable, IIsNaN, IOpNegatable, IOpAddable, IOpSubtractable, IOpMultiplicable, IOpDividable
|
||||
struct Int16 : int16, IInteger, ISigned, IHashable, IFormattable, IIsNaN
|
||||
{
|
||||
public const int32 MaxValue = 0x7FFF;
|
||||
public const int32 MinValue = -0x8000;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue