Converts point to value.
    Namespace: 
   PerpetuumSoft.Instrumentation.ModelAssembly: PerpetuumSoft.Instrumentation (in PerpetuumSoft.Instrumentation.dll) Version: 3.9.0.1
Syntax
| C# | 
|---|
double PointToValue( Vector point )  | 
| Visual Basic (Declaration) | 
|---|
Function PointToValue ( _ point As Vector _ ) As Double  | 
| Visual C++ | 
|---|
double PointToValue( Vector point )  | 
Parameters
- point
 - Type: PerpetuumSoft.Framework.Drawing..::.Vector