Click or drag to resize
DataTypeIntegrityDecimalScale Property
Defines the maximum number of decimal places which are allowed for decimal value.

Namespace: CMS.FormEngine
Assembly: CMS.FormEngine (in CMS.FormEngine.dll) Version: 12.0.0
Syntax
C#
public int DecimalScale { get; set; }

Property Value

Type: Int32
Remarks
Scale must be a value from 0 through DecimalPrecision. Scale can be specified only if DecimalPrecision is specified.
See Also