Returns start value with specific parameters.

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

Syntax

C#
public static double GetStartValue(
	IScale scale,
	SmartValue origin,
	double length
)
Visual Basic (Declaration)
Public Shared Function GetStartValue ( _
	scale As IScale, _
	origin As SmartValue, _
	length As Double _
) As Double
Visual C++
public:
static double GetStartValue(
	IScale^ scale, 
	SmartValue origin, 
	double length
)

See Also