Precision - for decimal and floating point types
Namespace: HuagatiEDMXToolsAssembly: 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