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