|
AverageFrequencyViewModelCalculator Property
|
Gets or sets the calculator to be configured.
Namespace: AverageFrequencyUIAssembly: OneSecondFrequencyAverager (in OneSecondFrequencyAverager.dll) Version: 2.4.230-beta
Syntaxpublic 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
Adapter
See Also