  | DFNumericColumnFloatPrecision Property | 
            Gets and sets the floating precision as the number of decimal places.
            
Namespace: CenterSpace.NMath.CoreAssembly: NMath (in NMath.dll) Version: 7.4
Syntaxpublic int FloatPrecision { get; set; }Public Property FloatPrecision As Integer
	Get
	Set
public:
property int FloatPrecision {
	int get ();
	void set (int value);
}member FloatPrecision : int with get, set
Property Value
Int32
Remarks
            Will return -1 if the format is not of type F for fixed-point.
            
See Also