Precision Property (DB2Decimal)
On this page
Gets the precision of the current
DB2Decimal object (the number of significant figures).
Syntax
|
|---|
'Declaration
Public ReadOnly Property Precision As Integer |
|
|---|
public int Precision {get;} |
Property Value
The precision of the current
DB2Decimal object.
See Also