mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 17:48:01 +02:00
Deprecating IOp* interfaces
This commit is contained in:
parent
74382fcb30
commit
99989d5472
15 changed files with 26 additions and 4 deletions
|
@ -8,7 +8,8 @@ namespace System
|
|||
using System.Globalization;
|
||||
using System.Diagnostics.Contracts;
|
||||
using System.Diagnostics;
|
||||
|
||||
|
||||
#unwarn
|
||||
public struct Double : double, IFloating, ISigned, IFormattable, IHashable, IOpComparable, IOpNegatable, IOpAddable, IOpSubtractable, IOpMultiplicable, IOpDividable, ICanBeNaN
|
||||
{
|
||||
public const double MinValue = -1.7976931348623157E+308;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue