Gets or sets the default rounding mode.
Namespace:
Extreme.Mathematics
Assembly:
Extreme.Numerics (in Extreme.Numerics.dll) Version: 8.1.1
public static RoundingMode DefaultRoundingMode { get; set; }
Public Shared Property DefaultRoundingMode As RoundingMode
Get
Set
public:
static property RoundingMode DefaultRoundingMode {
RoundingMode get ();
void set (RoundingMode value);
}
static member DefaultRoundingMode : RoundingMode with get, set
Property Value
Type:
RoundingMode
Reference