SessionOptionsRoundingMode Property
Mathematical rounding method to process a number that is midway.
Namespace: SMath.ManagerAssembly: SMath.Manager (in SMath.Manager.dll) Version: 1.2.9018.0
public MidpointRounding? RoundingMode { get; set; }
Public Property RoundingMode As MidpointRounding?
Get
Set
public:
property Nullable<MidpointRounding> RoundingMode {
Nullable<MidpointRounding> get ();
void set (Nullable<MidpointRounding> value);
}
member RoundingMode : Nullable<MidpointRounding> with get, set
Property Value
NullableMidpointRounding