|
DynamicCalculatorExpectsOutputMeasurement Property
|
Gets flag that determines if the implementation of the
DynamicCalculator requires an output measurement.
Namespace: DynamicCalculatorAssembly: DynamicCalculator (in DynamicCalculator.dll) Version: 2.4.207-beta
Syntax protected virtual bool ExpectsOutputMeasurement { get; }
Protected Overridable ReadOnly Property ExpectsOutputMeasurement As Boolean
Get
protected:
virtual property bool ExpectsOutputMeasurement {
bool get ();
}
abstract ExpectsOutputMeasurement : bool with get
override ExpectsOutputMeasurement : bool with get
function get_ExpectsOutputMeasurement();
View SourceProperty Value
BooleanSee Also