Returns value by SmartValue amd calculated value for the Auto case.

Namespace:  PerpetuumSoft.Instrumentation.Model
Assembly:  PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1

Syntax

C#
protected double GetSmartValue(
	SmartValue value,
	double autoValue
)
Visual Basic (Declaration)
Protected Function GetSmartValue ( _
	value As SmartValue, _
	autoValue As Double _
) As Double
Visual C++
protected:
double GetSmartValue(
	SmartValue value, 
	double autoValue
)

See Also