RingSoft.DataEntryControls.Engine.Annotations Namespace
RingSoft.DataEntryControls.WPF Namespace

CalculatorProcessor..::..Memory Property

Gets the memory.

Namespace:  RingSoft.DataEntryControls.Engine
Assembly:  RingSoft.DataEntryControls.Engine (in RingSoft.DataEntryControls.Engine.dll)

Syntax


public Nullable<double> Memory { get; set; }
Public Property Memory As Nullable(Of Double)
	Get
	Set
public:
property Nullable<double^> Memory {
	Nullable<double^> get ();
	void set (Nullable<double^> value);
}

Field Value

The memory.