Implements ToRealValue(Double).
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
public Object ToRealValue( double value )  | 
| Visual Basic (Declaration) | 
|---|
Public Function ToRealValue ( _ value As Double _ ) As Object  | 
| Visual C++ | 
|---|
public: virtual Object^ ToRealValue( double value ) sealed  | 
Parameters
- value
 - Type: System..::.Double