ArcGIS Pro 2.6 API Reference Guide
Precision Property (Field)

ArcGIS.Core.Data Namespace > Field Class : Precision Property
Gets a value indicating the precision for field values.
Syntax
public int Precision {get;}
Public ReadOnly Property Precision As Integer
Remarks
Precision is the number of digits in a number. For example, the number 56.78 has a precision of 4. Precision is only valid for fields that are numeric. Precision is always returned as 0 from File geodatabase fields.
Requirements

Target Platforms: Windows 10, Windows 8.1, Windows 7

See Also

Reference

Field Class
Field Members