SignificantDigitsNumberRounder.RoundingAlgorithm Property
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets or sets the rounding strategy value for this SignificantDigitsNumberRounder object.
public:
property RoundingAlgorithm RoundingAlgorithm { RoundingAlgorithm get(); void set(RoundingAlgorithm value); };
RoundingAlgorithm RoundingAlgorithm();
void RoundingAlgorithm(RoundingAlgorithm value);
public RoundingAlgorithm RoundingAlgorithm { get; set; }
var roundingAlgorithm = significantDigitsNumberRounder.roundingAlgorithm;
significantDigitsNumberRounder.roundingAlgorithm = roundingAlgorithm;
Public Property RoundingAlgorithm As RoundingAlgorithm
Property Value
A value of the RoundingAlgorithm enumeration.
Remarks
This property is initialized to a default value of RoundingAlgorithm.RoundHalfUp.