Precision - for decimal and floating point types

Namespace: HuagatiEDMXTools
Assembly: HuagatiEDMXTools (in HuagatiEDMXTools.dll) Version: 2.21.4044.31765

Syntax

C#
public int Precision { get; private set; }
Visual Basic
Public Property Precision As Integer
	Get
	Private Set
Visual C++
public:
property int Precision {
	int get ();
	private: void set (int value);
}

See Also