mirror of
https://github.com/beefytech/Beef.git
synced 2025-06-22 09:38:01 +02:00
Deprecating IOp* interfaces
This commit is contained in:
parent
74382fcb30
commit
99989d5472
15 changed files with 26 additions and 4 deletions
|
@ -2,6 +2,7 @@ using System.Globalization;
|
|||
|
||||
namespace System
|
||||
{
|
||||
#unwarn
|
||||
struct Float : float, IFloating, ISigned, IFormattable, IHashable, IEquatable<float>, IOpComparable, IOpNegatable, IOpAddable, IOpSubtractable, IOpMultiplicable, IOpDividable, ICanBeNaN
|
||||
{
|
||||
public const float MinValue = (float)-3.40282346638528859e+38;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue