ISignificantDigitsOption.SignificantDigits 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 number of significant digits used in formatting or rounding numbers.
public:
property int SignificantDigits { int get(); void set(int value); };
int SignificantDigits();
void SignificantDigits(int value);
public int SignificantDigits { get; set; }
var int32 = iSignificantDigitsOption.significantDigits;
iSignificantDigitsOption.significantDigits = int32;
Public Property SignificantDigits As Integer
Property Value
Int32
int
The number of significant digits.