Returns percent that corresponds to given point.

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

Syntax

C#
double PointToPercent(
	Vector point
)
Visual Basic (Declaration)
Function PointToPercent ( _
	point As Vector _
) As Double
Visual C++
double PointToPercent(
	Vector point
)

See Also