Property Precision
- Namespace
- YndigoBlue.Velocity.Model
- Assembly
- YndigoBlue.Velocity.dll
Precision
Gets or sets the precision for numeric data types (total number of digits).
public int Precision { get; set; }
Property Value
Remarks
Used with DECIMAL and NUMERIC types to specify the total number of significant digits.