Click or drag to resize

DFNumericColumnFloatPrecision Property

Gets and sets the floating precision as the number of decimal places.

Namespace: CenterSpace.NMath.Core
Assembly: NMath (in NMath.dll) Version: 7.4
Syntax
public int FloatPrecision { get; set; }

Property Value

Int32
Remarks
Will return -1 if the format is not of type F for fixed-point.
See Also