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

Namespace:  CenterSpace.NMath.Stats
Assembly:  NMathStats (in NMathStats.dll) Version: 3.4.0.0

Syntax

C#
public int FloatPrecision { get; set; }
Visual Basic (Declaration)
Public Property FloatPrecision As Integer
Visual C++
public:
property int FloatPrecision {
	int get ();
	void set (int value);
}

Remarks

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

See Also