Table of Contents

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

int

Remarks

Used with DECIMAL and NUMERIC types to specify the total number of significant digits.