Terraria
v1.4.4.9
Terraria source code documentation
Loading...
Searching...
No Matches
MidpointRounding.cs
Go to the documentation of this file.
1
namespace
System
;
2
3
public
enum
MidpointRounding
4
{
5
ToEven
,
6
AwayFromZero
,
7
ToZero
,
8
ToNegativeInfinity
,
9
ToPositiveInfinity
10
}
System.MidpointRounding
MidpointRounding
Definition
MidpointRounding.cs:4
System.MidpointRounding.ToEven
@ ToEven
System.MidpointRounding.ToPositiveInfinity
@ ToPositiveInfinity
System.MidpointRounding.AwayFromZero
@ AwayFromZero
System.MidpointRounding.ToNegativeInfinity
@ ToNegativeInfinity
System.MidpointRounding.ToZero
@ ToZero
System
Definition
BlockingCollection.cs:8
source
System.Private.CoreLib
System
MidpointRounding.cs
Generated by
1.10.0