[]
Gets or sets the decimal digit.
[Browsable(true)]
public int DecimalDigit { get; set; }
<Browsable(True)>
Public Property DecimalDigit As Integer
Type | Description |
---|---|
int | The int value that indicates the number of digits of the decimal part.
|