Returns start value with specific parameters.
Namespace:
PerpetuumSoft.Instrumentation.ModelAssembly: 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 ) |
Parameters
- length
- Type: System..::.Double