Decimals Property

Vajhoej Record

Collapse imageExpand ImageCollapseAll imageExpandAll imageDropDown imageDropDownHover imageCopy imageCopyHover image
Field decimals (for BCD's).

Namespace: Vajhoej.Record
Assembly: Record (in Record.dll) Version: 0.0.0.0

Syntax

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

See Also