Overridden. See GetValueByIndex(Int32).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public override double GetValueByIndex( int index )  | 
| Visual Basic (Declaration) | 
|---|
Public Overrides Function GetValueByIndex ( _ index As Integer _ ) As Double  | 
| Visual C++ | 
|---|
public: virtual double GetValueByIndex( int index ) override  | 
Parameters
- index
 - Type: System..::.Int32