|
AngleDifferenceCalculatorAlwaysProduceResult Property
|
Gets or sets flag indicating whether or not this adapter will produce a result for all calculations. If this value is true and a calculation fails,
the adapter will produce NaN for that calculation. If this value is false and a calculation fails, the adapter will not produce any result.
Namespace: PowerCalculationsAssembly: PowerCalculations (in PowerCalculations.dll) Version: 2.4.207-beta
Syntax function get_AlwaysProduceResult();
function set_AlwaysProduceResult(value);
View SourceProperty Value
BooleanSee Also