|
AverageFrequencyViewModelCalculator Property
|
Gets or sets the calculator to be configured.
Namespace: AverageFrequencyUIAssembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.207-beta
Syntax public Adapter Calculator { get; set; }
Public Property Calculator As Adapter
Get
Set
public:
property Adapter^ Calculator {
Adapter^ get ();
void set (Adapter^ value);
}
member Calculator : Adapter with get, set
function get_Calculator();
function set_Calculator(value);
View SourceProperty Value
AdapterSee Also