ISignificantDigitsOption.SignificantDigits Property

Definition

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.

Applies to