struct MidpointRounding
Specifies how mathematical rounding methods should process a number that is midway between two numbers.
public static MidpointRounding AwayFromZero
When a number is halfway between two others, it is rounded toward the nearest number that is away from zero.
public static MidpointRounding ToEven
When a number is halfway between two others, it is rounded toward the nearest even number.
public bool HasFlag( Enum flag )
😔 No documentation found.
public bool Equals( object obj )
😔 No documentation found.
public int GetHashCode( )
😔 No documentation found.
public int CompareTo( object target )
😔 No documentation found.
public string ToString( )
😔 No documentation found.
public string ToString( string format )
😔 No documentation found.
public string ToString( IFormatProvider provider )
😔 No documentation found.
public string ToString( string format, IFormatProvider provider )
😔 No documentation found.
public TypeCode GetTypeCode( )
😔 No documentation found.
public Type GetType( )
😔 No documentation found.
public int value__
😔 No documentation found.
public static MidpointRounding ToZero
😔 No documentation found.
public static MidpointRounding ToNegativeInfinity
😔 No documentation found.
public static MidpointRounding ToPositiveInfinity
😔 No documentation found.