Returns start value.

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

Syntax

C#
public double GetStartValue(
	double length
)
Visual Basic (Declaration)
Public Function GetStartValue ( _
	length As Double _
) As Double
Visual C++
public:
double GetStartValue(
	double length
)

Parameters

length
Type: System..::.Double

See Also