Sets the maximum number of digits used to represent the Value property.

Namespace: Alachisoft.NCache.Runtime.Dependencies
Assembly: Alachisoft.NCache.Runtime (in Alachisoft.NCache.Runtime.dll) Version: 4.1.0.0 (4.1.0.0)

Syntax

C#
public byte Precision { get; set; }
Visual Basic
Public Property Precision As Byte
	Get
	Set
Visual C++
public:
property unsigned char Precision {
	unsigned char get ();
	void set (unsigned char value);
}

See Also